We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964a953 commit 7fe0de5Copy full SHA for 7fe0de5
project/plugins.sbt
@@ -6,7 +6,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
6
// cross-compile
7
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")
8
addSbtPlugin("com.indoorvivants" % "sbt-commandmatrix" % "0.0.5")
9
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
10
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")
11
// publishing
12
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
0 commit comments