Skip to content

Commit

Permalink
Bump version to 0.11.2 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
vguerci committed Feb 11, 2020
1 parent 8e08b7c commit 28ee3c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"`.
The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.11.2"`.

You also need to fetch one __Scheduler__ implementation:
- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.11.1""`.
- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.11.1""`.
- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.11.2""`.
- __Cron__: `"com.criteo.cuttle" %% "cron" % "0.11.2""`.

# License

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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.1"
val VERSION = "0.11.2"

lazy val catsCore = "1.6.1"
lazy val circe = "0.11.1"
Expand Down

0 comments on commit 28ee3c8

Please sign in to comment.