From 6c04490de57a1d39b214cb73f8a7e33372848db3 Mon Sep 17 00:00:00 2001 From: Vincent Guerci Date: Wed, 19 Feb 2020 17:54:59 +0100 Subject: [PATCH] Bump version to 0.11.3 (#525) * Bump version to 0.11.3 * Update README.md --- README.md | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81f2cdad0..61d7b9d48 100644 --- a/README.md +++ b/README.md @@ -72,11 +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.11.2"`. +The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.11.3"`. You also need to fetch one __Scheduler__ implementation: -- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.11.2""`. -- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.11.2""`. +- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.11.3""`. +- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.11.3""`. # License diff --git a/build.sbt b/build.sbt index ac5d094a2..92f9bfa4b 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.11.2" +val VERSION = "0.11.3" lazy val catsCore = "1.6.1" lazy val circe = "0.11.1"