Skip to content

Commit af10ade

Browse files
committed
ScalafmtDynamicDownloader: get -core, not -cli
1 parent 5fd29a6 commit af10ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scalafmt-dynamic/src/main/scala/org/scalafmt/dynamic/ScalafmtDynamicDownloader.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ScalafmtDynamicDownloader(
4747
List(
4848
Dependency.of(
4949
organization(version),
50-
s"scalafmt-cli_${scalaBinaryVersion(version)}",
50+
s"scalafmt-core_${scalaBinaryVersion(version)}",
5151
version.toString
5252
),
5353
Dependency.of(

0 commit comments

Comments
 (0)