From 09a339b85dcb6972cdfd27fead264f8654b38ae9 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Fri, 20 Oct 2023 16:32:27 +0200 Subject: [PATCH] Update to patched sbt-osgi-version (cherry picked from commit 2982d22782a87a5f130c9f9c1415a0252bbd1ab9) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 02091a9a74b..d88cae5b263 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,7 +13,7 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0") addSbtPlugin("com.lightbend.sbt" % "sbt-bill-of-materials" % "1.0.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.33") -addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.7") +addSbtPlugin("com.github.sbt" % "sbt-osgi" % "0.9.4-INVALID-CEN-JAR-PATCH") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")