We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d0405 commit 29f1795Copy full SHA for 29f1795
build.sbt
@@ -28,4 +28,5 @@ bintrayOrganization := None
28
// We still run our plugin builds for 2.11 on Java 6, so we cannot upgrade.
29
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.8.0")
30
31
-addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")
+// 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