Skip to content

Commit 17db5ac

Browse files
committed
Address review comment
1 parent e494aac commit 17db5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ object DottyPlugin extends AutoPlugin {
212212
dependencyResolution.update(descriptor, updateConfiguration, warningConfiguration, log) match {
213213
case Left(uw) =>
214214
throw new MessageOnlyException(
215-
s"Couldn't retrieve `${scalaOrganization.value} %% $moduleName %% {scalaVersion.value}`.")
215+
s"Couldn't retrieve `${scalaOrganization.value} %% $moduleName %% ${scalaVersion.value}`.")
216216
case Right(report) =>
217217
report.allFiles
218218
}

0 commit comments

Comments
 (0)