Skip to content

Commit 56b9f90

Browse files
Update sbt-scalajs, scalajs-compiler, ... to 1.14.0
1 parent a6a3e38 commit 56b9f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
44
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
55
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")
6-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
6+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
77
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")
88
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

0 commit comments

Comments
 (0)