Skip to content

Commit 2213d9f

Browse files
committed
disable MiMa for now
1 parent abea011 commit 2213d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val swing = project.in(file("."))
1313
.settings(
1414
name := "scala-swing",
1515
OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}"),
16-
scalaModuleMimaPreviousVersion := Some("2.1.0"),
16+
// scalaModuleMimaPreviousVersion := Some("2.1.0"), TODO re-enable after we have a 3.0 release
1717
// set the prompt (for this build) to include the project id.
1818
ThisBuild / shellPrompt := { state => Project.extract(state).currentRef.project + "> " },
1919
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)