Skip to content

Commit

Permalink
Merge pull request #288 from typelevel/update/nscplugin-0.5.1
Browse files Browse the repository at this point in the history
Update nscplugin, sbt-scala-native to 0.5.1
Update munit to 1.0.0-M12
Update discipline-core to 1.7.0
  • Loading branch information
satorg authored Apr 25, 2024
2 parents 4c9e42e + 5a0f579 commit 0e55555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val mUnit = "1.0.0-M11"
val discipline = "1.6.0"
val mUnit = "1.0.0-M12"
val discipline = "1.7.0"

Global / onChangedBuildSource := ReloadOnSourceChanges

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")

addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

Expand Down

0 comments on commit 0e55555

Please sign in to comment.