We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67d3fb commit 5157930Copy full SHA for 5157930
build.sbt
@@ -8,7 +8,7 @@ organization := "org.scala-lang.modules"
8
9
name := "scala-async"
10
11
-version := "0.9.2"
+version := "0.9.3-SNAPSHOT"
12
13
libraryDependencies <++= (scalaVersion) {
14
sv => Seq(
0 commit comments