Skip to content

Commit

Permalink
Update scalajs-linker to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent f74988f commit 3fdfa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ libraryDependencies ++= {

libraryDependencies ++= {
if (scalaJSVersion.startsWith("0.6.")) Nil
else Seq("org.scala-js" %% "scalajs-linker" % "1.0.1")
else Seq("org.scala-js" %% "scalajs-linker" % "1.17.0")
}

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
Expand Down

0 comments on commit 3fdfa4d

Please sign in to comment.