Skip to content

Commit 29f1795

Browse files
committed
Revert "Update sbt-mima-plugin to 0.3.0"
This reverts commit 881dbe4.
1 parent b8d0405 commit 29f1795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ bintrayOrganization := None
2828
// We still run our plugin builds for 2.11 on Java 6, so we cannot upgrade.
2929
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.8.0")
3030

31-
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
31+
// can't be upgraded to 0.3.0 which requires Java 8
32+
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")

0 commit comments

Comments
 (0)