From 70053f30d341afdc097e07275df92354491081e8 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Sat, 30 Mar 2019 01:33:24 +0100 Subject: [PATCH] Update sbt-osgi to 0.9.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c583a9e..1cc6af4 100644 --- a/build.sbt +++ b/build.sbt @@ -7,5 +7,5 @@ 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.4") +addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")