From 4e3b399bf25cb11f29712d0712b99def5fa08a79 Mon Sep 17 00:00:00 2001 From: Sylvain Pendino Date: Mon, 22 Mar 2021 12:45:54 +0100 Subject: [PATCH] Bump 0.12.4 (#605) * Bump lolhttp version to 0.13.1 * Bump version to 0.12.4 Co-authored-by: Sylvain Pendino --- README.md | 8 ++++---- build.sbt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 166160da8..c8ed768c8 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.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 @@ -84,4 +84,4 @@ This project is licensed under the Apache 2.0 license. # Copyright -Copyright © Criteo, 2019. +Copyright © Criteo, 2021. diff --git a/build.sbt b/build.sbt index c197386f1..8db5611c2 100644 --- a/build.sbt +++ b/build.sbt @@ -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",