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 b96d6d9 commit 67ed3a6Copy full SHA for 67ed3a6
project/plugins.sbt
@@ -14,7 +14,7 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
14
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
15
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
16
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.5")
17
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")
18
19
ThisBuild / libraryDependencySchemes +=
20
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
0 commit comments