Skip to content

Commit

Permalink
Merge pull request #3243 from typelevel/update/sbt-scalajs-1.13.2
Browse files Browse the repository at this point in the history
Update sbt-scalajs, scalajs-compiler, ... to 1.13.2
  • Loading branch information
armanbilge authored Jul 20, 2023
2 parents 1ccbcab + 60199f3 commit 68b3448
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
@@ -1,7 +1,7 @@
val sbtTypelevelVersion = "0.4.21"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1")
addSbtPlugin("com.armanbilge" % "sbt-scala-native-config-brew-github-actions" % "0.1.3")
Expand Down

0 comments on commit 68b3448

Please sign in to comment.