From 24f553ce2de36a7ac640fd6fbff47c962ac6b288 Mon Sep 17 00:00:00 2001 From: Guillaume Bort Date: Tue, 19 Sep 2017 10:56:35 +0200 Subject: [PATCH] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ccc1be7b4..4f57d4075 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.13" +val VERSION = "0.1.14" lazy val commonSettings = Seq( organization := "com.criteo.cuttle",