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 59f3385 commit 7f7df34Copy full SHA for 7f7df34
project/plugins.sbt
@@ -10,7 +10,7 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
10
libraryDependencies += "jline" % "jline" % "2.11"
11
12
// For code formatting
13
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
14
15
// binary compatibility checks
16
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.2")
0 commit comments