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 5696d5f commit 2d67f86Copy full SHA for 2d67f86
build.sbt
@@ -1,6 +1,6 @@
1
lazy val commonSettings = Seq(
2
organization := "com.whisk",
3
- version := "0.9.6",
+ version := "0.9.7",
4
scalaVersion := "2.12.3",
5
crossScalaVersions := Seq("2.12.3", "2.11.11", "2.10.6"),
6
scalacOptions ++= Seq("-feature", "-deprecation"),
0 commit comments