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 3c236c5 commit b619d6cCopy full SHA for b619d6c
build.sbt
@@ -1,7 +1,7 @@
1
2
lazy val commonSettings = Seq(
3
organization := "com.whisk",
4
- version := "0.9.1",
+ version := "0.9.2",
5
scalaVersion := "2.11.8",
6
crossScalaVersions := Seq("2.12.1", "2.11.8", "2.10.5"),
7
scalacOptions ++= Seq("-feature", "-deprecation"),
0 commit comments