Skip to content

Commit

Permalink
Update scalajs-linker to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent 675bf4b commit 5aa5103
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.15.0")
}

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

0 comments on commit 5aa5103

Please sign in to comment.