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.
2 parents afb78d3 + 848ebde commit db90af9Copy full SHA for db90af9
project/plugins.sbt
@@ -8,7 +8,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
8
9
addSbtPlugin("ch.epfl.scala" % s"sbt-scalajs-bundler${if (scalaJSVersion.startsWith("0.6")) "-sjs06" else ""}" % s"0.${if (scalaJSVersion.startsWith("0.6")) "18" else "20"}.0")
10
11
-addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.15")
+addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
12
13
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")
14
0 commit comments