We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a3e38 commit 56b9f90Copy full SHA for 56b9f90
project/plugins.sbt
@@ -3,6 +3,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
3
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
4
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
5
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")
6
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
7
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")
8
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
0 commit comments