Skip to content

Commit

Permalink
Bump 0.12.4 (#605)
Browse files Browse the repository at this point in the history
* Bump lolhttp version to 0.13.1

* Bump version to 0.12.4

Co-authored-by: Sylvain Pendino <[email protected]>
  • Loading branch information
bubblesly and Sylvain Pendino authored Mar 22, 2021
1 parent 738714d commit 4e3b399
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ 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.6"`.
The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.12.4"`.

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

# License

This project is licensed under the Apache 2.0 license.

# Copyright

Copyright © Criteo, 2019.
Copyright © Criteo, 2021.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ val devMode = settingKey[Boolean]("Some build optimization are applied in devMod
val writeClasspath = taskKey[File]("Write the project classpath to a file.")
val yarnInstall = taskKey[Unit]("Install yarn dependencies")

val VERSION = "0.12.3"
val VERSION = "0.12.4"

lazy val catsCore = "1.6.1"
lazy val circe = "0.11.1"
lazy val doobie = "0.7.0"
lazy val lolhttp = "0.13.0"
lazy val lolhttp = "0.13.1"

lazy val commonSettings = Seq(
organization := "com.criteo.cuttle",
Expand Down

0 comments on commit 4e3b399

Please sign in to comment.