From ed8bddd44500827a34e6b1ac31d4033bc0c718e9 Mon Sep 17 00:00:00 2001 From: Viktor Taranenko Date: Sun, 9 Jul 2017 10:29:06 +0100 Subject: [PATCH] v0.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 46ec9e6..3fa4433 100644 --- a/build.sbt +++ b/build.sbt @@ -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"),