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 73905dc commit d42fe2eCopy full SHA for d42fe2e
build.sbt
@@ -1,7 +1,7 @@
1
2
lazy val commonSettings = Seq(
3
organization := "com.whisk",
4
- version := "0.9.0-RC4",
+ version := "0.9.0",
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