Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
viktortnk committed Jul 9, 2017
1 parent d1a081e commit ed8bddd
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
Expand Up @@ -10,7 +10,7 @@ commands += Command.args("scalafmt", "Run scalafmt cli.") {

lazy val commonSettings = Seq(
organization := "com.whisk",
version := "0.9.3",
version := "0.9.4",
scalaVersion := "2.12.2",
crossScalaVersions := Seq("2.12.2", "2.11.11", "2.10.6"),
scalacOptions ++= Seq("-feature", "-deprecation"),
Expand Down

0 comments on commit ed8bddd

Please sign in to comment.