From 0a073e674940074f45dbbab9ccb0c6800ed6d974 Mon Sep 17 00:00:00 2001 From: Vincent Guerci Date: Tue, 19 Feb 2019 16:44:41 +0100 Subject: [PATCH] Version 0.7.0 (#367) --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3a67575a..d57996d99 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.5.0"`. +The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.7.0"`. You also need to fetch one __Scheduler__ implementation: -- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.5.0"`. +- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.7.0"`. # License diff --git a/build.sbt b/build.sbt index dd2bd33f6..f4ef3fde7 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.6.0" +val VERSION = "0.7.0" lazy val catsCore = "1.5.0" lazy val circe = "0.10.1"