Skip to content

Commit

Permalink
Release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Suree committed Apr 25, 2018
1 parent f8f815c commit c1bae8f
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.3.8"`.
The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.3.9"`.

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

# 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.3.8"
val VERSION = "0.3.9"

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

0 comments on commit c1bae8f

Please sign in to comment.