We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 021e085 + 4938beb commit 565f4ecCopy full SHA for 565f4ec
build.sbt
@@ -2,8 +2,9 @@ import ScalaModulePlugin._
2
3
scalaModuleSettings
4
5
-name := "scala-swing"
6
-version := "2.0.0-SNAPSHOT"
+name := "scala-swing"
+
7
+version := "2.0.1-SNAPSHOT"
8
9
scalacOptions ++= Seq("-deprecation", "-feature")
10
0 commit comments