Skip to content

Commit

Permalink
Bump Cuttle version to 0.4.2 (#315)
Browse files Browse the repository at this point in the history
* Fix job name formatting and alignment in the CalendarFocus view

* Bump version to 0.4.2
  • Loading branch information
bubblesly authored and vguerci committed Oct 23, 2018
1 parent aaf3aa9 commit 7011e69
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.4.1"`.
The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.4.2"`.

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

# 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.4.1"
val VERSION = "0.4.2"

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

0 comments on commit 7011e69

Please sign in to comment.