We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d3195 commit 5a18cecCopy full SHA for 5a18cec
project/plugins.sbt
@@ -20,7 +20,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2")
20
addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.54")
21
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
22
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.32")
23
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
24
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
25
26
// used in ValidatePullRequest to check github PR comments whether to build all subprojects
0 commit comments