diff --git a/build.sbt b/build.sbt index ec0d8c189..dff5bfa58 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.4.6" +val VERSION = "0.4.7" lazy val commonSettings = Seq( organization := "com.criteo.cuttle",