Skip to content

Commit

Permalink
Update sbt-scala-module to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and SethTisue committed Jan 7, 2025
1 parent 753549e commit d19789e
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 @@ -46,6 +46,7 @@ lazy val commonSettings = Seq(

lazy val scalaJava8Compat = (project in file("."))
.settings(ScalaModulePlugin.scalaModuleSettings)
.enablePlugins(SbtOsgi)
.settings(ScalaModulePlugin.scalaModuleOsgiSettings)
.settings(commonSettings)
.settings(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.1.0")
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.2")

0 comments on commit d19789e

Please sign in to comment.