Skip to content

Commit 4e3b399

Browse files
bubbleslySylvain Pendino
and
Sylvain Pendino
authored
Bump 0.12.4 (#605)
* Bump lolhttp version to 0.13.1 * Bump version to 0.12.4 Co-authored-by: Sylvain Pendino <[email protected]>
1 parent 738714d commit 4e3b399

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ To run the example application, checkout the repository, launch the [sbt](http:/
7272

7373
The library is cross-built for __Scala 2.11__ and __Scala 2.12__.
7474

75-
The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.11.6"`.
75+
The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.12.4"`.
7676

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

8181
# License
8282

8383
This project is licensed under the Apache 2.0 license.
8484

8585
# Copyright
8686

87-
Copyright © Criteo, 2019.
87+
Copyright © Criteo, 2021.

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ val devMode = settingKey[Boolean]("Some build optimization are applied in devMod
22
val writeClasspath = taskKey[File]("Write the project classpath to a file.")
33
val yarnInstall = taskKey[Unit]("Install yarn dependencies")
44

5-
val VERSION = "0.12.3"
5+
val VERSION = "0.12.4"
66

77
lazy val catsCore = "1.6.1"
88
lazy val circe = "0.11.1"
99
lazy val doobie = "0.7.0"
10-
lazy val lolhttp = "0.13.0"
10+
lazy val lolhttp = "0.13.1"
1111

1212
lazy val commonSettings = Seq(
1313
organization := "com.criteo.cuttle",

0 commit comments

Comments
 (0)