Skip to content

Commit ed8bddd

Browse files
committed
v0.9.4
1 parent d1a081e commit ed8bddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands += Command.args("scalafmt", "Run scalafmt cli.") {
1010

1111
lazy val commonSettings = Seq(
1212
organization := "com.whisk",
13-
version := "0.9.3",
13+
version := "0.9.4",
1414
scalaVersion := "2.12.2",
1515
crossScalaVersions := Seq("2.12.2", "2.11.11", "2.10.6"),
1616
scalacOptions ++= Seq("-feature", "-deprecation"),

0 commit comments

Comments
 (0)