diff --git a/build.sbt b/build.sbt index 8a1f0ca65..ec80df4a2 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.1.15" +val VERSION = "0.1.16" lazy val commonSettings = Seq( organization := "com.criteo.cuttle",