Skip to content

Commit

Permalink
Merge pull request #736 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
dubinsky authored Oct 28, 2024
2 parents 35da8ba + 7ea8a7e commit 4cbf588
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 @@ -129,6 +129,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
Seq("org.scala-lang" % "scala-compiler" % scalaVersion.value % Test)
}),
)
.jvmEnablePlugins(SbtOsgi)
.jsSettings(
versionPolicyCheck / skip := true,
versionCheck / skip := true,
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.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
Expand Down

0 comments on commit 4cbf588

Please sign in to comment.