Skip to content

Commit

Permalink
Bump to 0.11.4 (#524) (#532)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Alberdi <j.alberdi@criteo.com>
  • Loading branch information
yetanotherion and Jon Alberdi committed Apr 6, 2020
1 parent cbc3120 commit 045ef20
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.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

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.3"
val VERSION = "0.11.4"

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

0 comments on commit 045ef20

Please sign in to comment.