We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd2330 commit f848b68Copy full SHA for f848b68
build.sbt
@@ -19,15 +19,15 @@ scalaModuleOsgiSettings
19
20
OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}")
21
22
-MimaPlugin.mimaDefaultSettings
23
-
24
-MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
25
26
-// run mima during tests
27
-test in Test := {
28
- MimaKeys.reportBinaryIssues.value
29
- (test in Test).value
30
-}
+//MimaPlugin.mimaDefaultSettings
+//
+//MimaKeys.previousArtifact := Some(organization.value % s"${name.value}_2.11" % "1.0.1")
+//// run mima during tests
+//test in Test := {
+// MimaKeys.reportBinaryIssues.value
+// (test in Test).value
+//}
31
32
33
// set the prompt (for this build) to include the project id.
0 commit comments