Skip to content

Commit

Permalink
ScalafmtDynamicDownloader: get -core, not -cli
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Nov 12, 2021
1 parent 5fd29a6 commit af10ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ScalafmtDynamicDownloader(
List(
Dependency.of(
organization(version),
s"scalafmt-cli_${scalaBinaryVersion(version)}",
s"scalafmt-core_${scalaBinaryVersion(version)}",
version.toString
),
Dependency.of(
Expand Down

0 comments on commit af10ade

Please sign in to comment.