Skip to content

Commit 1bbe878

Browse files
author
scala-steward
committed
Update sbt-scalajs to 1.20.1
1 parent 0cc1326 commit 1bbe878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ lazy val browserTestJs = project
8585
scriptedLaunchOpts += ("-Dplugin.version=" + version.value)
8686
)
8787
.settings(
88-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0"),
88+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1"),
8989
// playwright dependencies, copied from https://github.com/gmkumar2005/scala-js-env-playwright/blob/main/build.sbt
9090
libraryDependencies ++= Seq(
9191
"com.microsoft.playwright" % "playwright" % "1.49.0",

0 commit comments

Comments
 (0)