We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a227e2 + 8a5ee84 commit 4f8c28aCopy full SHA for 4f8c28a
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"
+ "org.scalameta" %% "scalafmt-dynamic" % "2.1.1"
43
),
44
scriptedBufferLog := false,
45
scriptedLaunchOpts += s"-Dplugin.version=${version.value}"
0 commit comments