From 828399d9ec9bbea41e5c8d024549367561fe3546 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:26:57 +0100 Subject: [PATCH] Update sbt-osgi to 0.9.8 (#178) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebc9959..c4e643a 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ homepage := Some(url("https://github.com/scala/sbt-scala-module")) licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))) developers := List(Developer("", "", "", url("https://scala-lang.org"))) -addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") +addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.8") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12") // set version, scmInfo, publishing settings addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "2.1.3") // brings in MiMa