Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f13742

Browse files
scala-stewardpeteraldous
authored andcommittedFeb 10, 2023
Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 (#482)
1 parent 1dd6c07 commit 7f13742

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.0.1")
22

33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
4-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
4+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0")
55

66
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
77
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")

0 commit comments

Comments
 (0)
Please sign in to comment.