diff --git a/build.sbt b/build.sbt index 63241d0be..5a1edb118 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ val devMode = settingKey[Boolean]("Some build optimization are applied in devMode.") val writeClasspath = taskKey[File]("Write the project classpath to a file.") -val VERSION = "0.3.4" +val VERSION = "0.3.5" lazy val commonSettings = Seq( organization := "com.criteo.cuttle",