From a5dbbd273f58e163390527fe966ddd711efbd324 Mon Sep 17 00:00:00 2001 From: Vincent Guerci Date: Wed, 27 Sep 2017 16:45:34 +0200 Subject: [PATCH] 0.1.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",