diff --git a/README.md b/README.md index 50b4b7d74..0076880aa 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.9.2"`. +The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.9.12"`. You also need to fetch one __Scheduler__ implementation: -- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.9.2""`. -- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.9.2""`. +- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.9.12""`. +- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.9.12""`. # License diff --git a/build.sbt b/build.sbt index a19c7ee17..ca93dffa6 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.9.11" +val VERSION = "0.9.12" lazy val catsCore = "1.5.0" lazy val circe = "0.10.1"