Skip to content

Commit

Permalink
Merge pull request #566 from scala-steward/update/sbt-scala-module-3.2.0
Browse files Browse the repository at this point in the history
Update sbt-scala-module to 3.2.0
  • Loading branch information
SethTisue authored Oct 21, 2024
2 parents 75dbf07 + 5cfb1ed commit 4bdcad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
// Scala.js cannot run forked tests
Test / fork := false
)
.jvmEnablePlugins(SbtOsgi)
.jsEnablePlugins(ScalaJSJUnitPlugin)
.nativeEnablePlugins(ScalaNativeJUnitPlugin)
.nativeSettings(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0")
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.0")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
Expand Down

0 comments on commit 4bdcad5

Please sign in to comment.