Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viktortnk committed Feb 6, 2017
1 parent 73905dc commit d42fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

lazy val commonSettings = Seq(
organization := "com.whisk",
version := "0.9.0-RC4",
version := "0.9.0",
scalaVersion := "2.11.8",
crossScalaVersions := Seq("2.12.1", "2.11.8", "2.10.5"),
scalacOptions ++= Seq("-feature", "-deprecation"),
Expand Down

0 comments on commit d42fe2e

Please sign in to comment.