Skip to content

Commit a6cf441

Browse files
Update sbt-scalajs, scalajs-compiler, ... to 1.16.0
1 parent b4c2cd5 commit a6cf441

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.6.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.15.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
66
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
77
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")

0 commit comments

Comments
 (0)