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 29e91ec commit c8c31a0Copy full SHA for c8c31a0
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")
2
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
3
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
4
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
5
6
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
7
0 commit comments