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 940ef39 commit 96becf3Copy full SHA for 96becf3
build.sbt
@@ -26,7 +26,7 @@ def osgiExport(scalaVersion: String, version: String) = {
26
27
lazy val commonSettings = Seq(
28
organization := "org.scala-lang.modules",
29
- version := "0.9.0-SNAPSHOT",
+ version := "0.9.1-SNAPSHOT",
30
scalacOptions ++= Seq("-feature", "-deprecation", "-unchecked")
31
)
32
0 commit comments