Skip to content

Commit

Permalink
Version 0.4.1 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
vguerci authored Sep 26, 2018
1 parent f8dfe6d commit c37a793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,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.0"`.
The core module to use is `"com.criteo.cuttle" %% "cuttle" % "0.4.1"`.

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

# License

Expand Down
4 changes: 2 additions & 2 deletions 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.0"
val VERSION = "0.4.1"

lazy val commonSettings = Seq(
organization := "com.criteo.cuttle",
Expand Down Expand Up @@ -239,7 +239,7 @@ lazy val timeseries =
}
logger.out("Running webpack...")
assert(s"node node_modules/webpack/bin/webpack.js --output-path $webpackOutputDir --bail" ! logger == 0,
"webpack failed")
"webpack failed")
listFiles(webpackOutputDir)
}
}.taskValue,
Expand Down

0 comments on commit c37a793

Please sign in to comment.