Skip to content

Commit

Permalink
Merge pull request #29 from lrytz/master
Browse files Browse the repository at this point in the history
Downgrade sbt-osgi to 0.8.0
  • Loading branch information
lrytz authored Jul 11, 2017
2 parents f2ac283 + 4178052 commit 0d85edd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ bintrayRepository := "sbt-plugins"

bintrayOrganization := None

addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.1")
// Version 0.9.1 requires Java 8 (on 6 we get NoClassDefFoundError: java/util/function/Predicate).
// We still run our plugin builds for 2.11 on Java 6, so we cannot upgrade.
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.8.0")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14")

0 comments on commit 0d85edd

Please sign in to comment.