Skip to content

Commit 6b1f2b0

Browse files
Update sbt-scalajs, scalajs-compiler, ... to 1.20.1
1 parent 641ee83 commit 6b1f2b0

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,6 +2,6 @@ val sbtTlVersion = "0.7.7"
22
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
44
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion)
5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
66
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
77
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)