Skip to content

Commit

Permalink
Merge pull request #180 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 Nov 19, 2024
2 parents ee949c1 + e5cb122 commit 71d7a4d
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 @@ -10,6 +10,7 @@ ThisBuild / versionPolicyIntention := Compatibility.None // 3.0.0

lazy val swing = project.in(file("."))
.settings(ScalaModulePlugin.scalaModuleSettings)
.enablePlugins(SbtOsgi)
.settings(ScalaModulePlugin.scalaModuleOsgiSettings)
.settings(
name := "scala-swing",
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.0.0")
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "3.2.0")

0 comments on commit 71d7a4d

Please # to comment.