diff --git a/README.md b/README.md index 61d7b9d48..44118df91 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.3"`. +The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.11.4"`. You also need to fetch one __Scheduler__ implementation: -- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.11.3""`. -- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.11.3""`. +- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.11.4""`. +- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.11.4""`. # License diff --git a/build.sbt b/build.sbt index 92f9bfa4b..711260091 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.3" +val VERSION = "0.11.4" lazy val catsCore = "1.6.1" lazy val circe = "0.11.1"