We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4b23c commit 0777077Copy full SHA for 0777077
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
2
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
3
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
4
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
5
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
6
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
7
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")
0 commit comments