From cc7d752f187fe89cb15dfdfa1840253a98cedf98 Mon Sep 17 00:00:00 2001 From: Guillaume Bort Date: Tue, 26 Feb 2019 17:35:06 +0100 Subject: [PATCH] 0.9.0 (#377) * Update build.sbt * Update README.md * Update README.md * Update build.sbt --- README.md | 5 +++-- build.sbt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d57996d99..0cd60497e 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,11 @@ 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.7.0"`. +The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.9.0"`. You also need to fetch one __Scheduler__ implementation: -- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.7.0"`. +- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.9.0""`. +- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.9.0""`. # License diff --git a/build.sbt b/build.sbt index caa7cfd0a..57de8f19e 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.8.0" +val VERSION = "0.9.0" lazy val catsCore = "1.5.0" lazy val circe = "0.10.1"