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 0da6a24 commit aa8c238Copy full SHA for aa8c238
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.3")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
2
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
3
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
4
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0")
scalafix.sbt
@@ -1,6 +1,6 @@
ThisBuild / scalafixScalaBinaryVersion := "2.13"
ThisBuild / semanticdbEnabled := true
-ThisBuild / semanticdbVersion := "4.5.5"
+ThisBuild / semanticdbVersion := "4.6.0"
5
ThisBuild / scalacOptions ++= {
6
if (scalaVersion.value startsWith "2")
0 commit comments