From 67bb4c3de25c61310d957a69a99793a9df5854c0 Mon Sep 17 00:00:00 2001 From: Guillaume Bort Date: Mon, 24 Jul 2017 13:36:48 +0200 Subject: [PATCH] Release 0.1.6 (#126) * Release 0.1.6 * Update version --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1ef5e6947..95810e426 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.5" +val VERSION = "0.1.6" lazy val commonSettings = Seq( organization := "com.criteo.cuttle", @@ -136,7 +136,7 @@ lazy val cuttle = "com.criteo.lolhttp" %% "lolhttp", "com.criteo.lolhttp" %% "loljson", "com.criteo.lolhttp" %% "lolhtml" - ).map(_ % "0.4.3"), + ).map(_ % "0.5.1"), libraryDependencies ++= Seq("core", "generic", "parser") .map(module => "io.circe" %% s"circe-${module}" % "0.7.1"), libraryDependencies ++= Seq(