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 2e39ee2 commit 9ff7e73Copy full SHA for 9ff7e73
build.sbt
@@ -1,7 +1,7 @@
1
2
lazy val commonSettings = Seq(
3
organization := "com.whisk",
4
- version := "0.9.2",
+ version := "0.9.3",
5
scalaVersion := "2.12.2",
6
crossScalaVersions := Seq("2.12.2", "2.11.11", "2.10.6"),
7
scalacOptions ++= Seq("-feature", "-deprecation"),
0 commit comments