Skip to content

Commit

Permalink
Version 0.7.0 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
vguerci authored and dufrannea committed Feb 19, 2019
1 parent c000e7e commit 0a073e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ 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.5.0"`.
The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.7.0"`.

You also need to fetch one __Scheduler__ implementation:
- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.5.0"`.
- __TimeSeries__: `"com.criteo.cuttle" %% "timeseries" % "0.7.0"`.

# 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.6.0"
val VERSION = "0.7.0"

lazy val catsCore = "1.5.0"
lazy val circe = "0.10.1"
Expand Down

0 comments on commit 0a073e6

Please sign in to comment.