Skip to content

Commit 2828b11

Browse files
committed
Update sbt-scalajs, scalajs-compiler, ... to 1.20.1
1 parent 96c7c0a commit 2828b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0")
22
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.0")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
66
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
77
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
88
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)