Skip to content

Commit

Permalink
Release 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebort committed Sep 20, 2017
1 parent 7d1386c commit 93d2989
Showing 1 changed file with 1 addition and 1 deletion.
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.1.14"
val VERSION = "0.1.15"

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

0 comments on commit 93d2989

Please sign in to comment.