We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614633c commit 2110268Copy full SHA for 2110268
1 file changed
project/plugins.sbt
@@ -10,7 +10,7 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
10
libraryDependencies += "jline" % "jline" % "2.14.6"
11
12
// For code formatting
13
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
14
15
// binary compatibility checks
16
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6")
0 commit comments