From c97d5823f69e4c7b6e623ad90d4de10b75a4596e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 23:32:18 +0000 Subject: [PATCH] Update sbt-osgi to 0.9.10 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ae14bda..ffde44c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") +addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.10") addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5")