From d64e9b1a4dc62dada37ef268d5c6c9cbf75441dd Mon Sep 17 00:00:00 2001 From: Ion Alberdi Date: Mon, 31 Aug 2020 09:42:40 +0200 Subject: [PATCH] Bump to 0.11.6 (#563) * Fix time series executions view not updating (#562) * Cron context fixes (#560) --- README.md | 6 +++--- build.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 138713d57..166160da8 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.5"`. +The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.11.6"`. You also need to fetch one __Scheduler__ implementation: -- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.11.5""`. -- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.11.5""`. +- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.11.6""`. +- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.11.6""`. # License diff --git a/build.sbt b/build.sbt index cebec43dd..cf5f7dcbc 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.5" +val VERSION = "0.11.6" lazy val catsCore = "1.6.1" lazy val circe = "0.11.1"