Skip to content

Commit

Permalink
Merge pull request #337 from armanbilge/update/sbt-scalajs-1.15.0
Browse files Browse the repository at this point in the history
Update sbt-scalajs, scalajs-library_2.13, ... to 1.15.0
  • Loading branch information
armanbilge authored Dec 31, 2023
2 parents 8a3b6d3 + a7c90ba commit ed4e489
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 @@ -2,6 +2,6 @@ val sbtTypelevelVersion = "0.6.4"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1")
addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4")

0 comments on commit ed4e489

Please sign in to comment.