From 3a911fc5eba64245ac2c35461d599b0d400e491a Mon Sep 17 00:00:00 2001 From: David Strawn Date: Sun, 20 Sep 2020 09:04:34 -0600 Subject: [PATCH] Update SBT OSGI Version Projects will not build on JRE 15 with the current version due to an old bug in a dependency of `sbt-osgi`. See: https://github.com/sbt/sbt-osgi/pull/72 and https://github.com/bndtools/bnd/issues/3903 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4c89cea..e95b2a6 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "sbt-scala-module" organization := "org.scala-lang.modules" licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0"))) -addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5") +addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.0") addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0") // set scalaVersion and crossScalaVersions