Skip to content

Commit 4bdcad5

Browse files
authored
Merge pull request #566 from scala-steward/update/sbt-scala-module-3.2.0
Update sbt-scala-module to 3.2.0
2 parents 75dbf07 + 5cfb1ed commit 4bdcad5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
9393
// Scala.js cannot run forked tests
9494
Test / fork := false
9595
)
96+
.jvmEnablePlugins(SbtOsgi)
9697
.jsEnablePlugins(ScalaJSJUnitPlugin)
9798
.nativeEnablePlugins(ScalaNativeJUnitPlugin)
9899
.nativeSettings(

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.0")
22

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

0 commit comments

Comments
 (0)