We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcf20e commit 9a227e2Copy full SHA for 9a227e2
1 file changed
build.sbt
@@ -39,7 +39,7 @@ lazy val plugin = project
39
.settings(
40
moduleName := "sbt-scalafmt",
41
libraryDependencies ++= List(
42
- "org.scalameta" %% "scalafmt-dynamic" % "2.1.0-RC2"
+ "org.scalameta" %% "scalafmt-dynamic" % "2.1.0"
43
),
44
scriptedBufferLog := false,
45
scriptedLaunchOpts += s"-Dplugin.version=${version.value}"
0 commit comments