Skip to content

Commit 96becf3

Browse files
committed
bump version number
1 parent 940ef39 commit 96becf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def osgiExport(scalaVersion: String, version: String) = {
2626

2727
lazy val commonSettings = Seq(
2828
organization := "org.scala-lang.modules",
29-
version := "0.9.0-SNAPSHOT",
29+
version := "0.9.1-SNAPSHOT",
3030
scalacOptions ++= Seq("-feature", "-deprecation", "-unchecked")
3131
)
3232

0 commit comments

Comments
 (0)