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 abea011 commit 2213d9fCopy full SHA for 2213d9f
build.sbt
@@ -13,7 +13,7 @@ lazy val swing = project.in(file("."))
13
.settings(
14
name := "scala-swing",
15
OsgiKeys.exportPackage := Seq(s"scala.swing.*;version=${version.value}"),
16
- scalaModuleMimaPreviousVersion := Some("2.1.0"),
+ // scalaModuleMimaPreviousVersion := Some("2.1.0"), TODO re-enable after we have a 3.0 release
17
// set the prompt (for this build) to include the project id.
18
ThisBuild / shellPrompt := { state => Project.extract(state).currentRef.project + "> " },
19
libraryDependencies ++= Seq(
0 commit comments