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 d1a081e commit ed8bdddCopy full SHA for ed8bddd
build.sbt
@@ -10,7 +10,7 @@ commands += Command.args("scalafmt", "Run scalafmt cli.") {
10
11
lazy val commonSettings = Seq(
12
organization := "com.whisk",
13
- version := "0.9.3",
+ version := "0.9.4",
14
scalaVersion := "2.12.2",
15
crossScalaVersions := Seq("2.12.2", "2.11.11", "2.10.6"),
16
scalacOptions ++= Seq("-feature", "-deprecation"),
0 commit comments