From c1bae8f1e4a512a82c8d366843f305d32a49171d Mon Sep 17 00:00:00 2001 From: Adrien Suree Date: Wed, 25 Apr 2018 13:58:46 +0200 Subject: [PATCH] Release 0.3.9 --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f4f58b2a..1864e937c 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,10 @@ To run the example application, checkout the repository, launch the [sbt](http:/ The library is cross-built for __Scala 2.11__ and __Scala 2.12__. -The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.3.8"`. +The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.3.9"`. You also need to fetch one __Scheduler__ implementation: -- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.3.8"`. +- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.3.9"`. # License diff --git a/build.sbt b/build.sbt index a9a5ea3ea..6e86cdfb8 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.3.8" +val VERSION = "0.3.9" lazy val commonSettings = Seq( organization := "com.criteo.cuttle",