Skip to content

Commit

Permalink
Release 0.1.6 (#126)
Browse files Browse the repository at this point in the history
* Release 0.1.6

* Update version
  • Loading branch information
guillaumebort authored and vguerci committed Jul 24, 2017
1 parent 7de9c52 commit 67bb4c3
Showing 1 changed file with 2 additions and 2 deletions.
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.1.5"
val VERSION = "0.1.6"

lazy val commonSettings = Seq(
organization := "com.criteo.cuttle",
Expand Down Expand Up @@ -136,7 +136,7 @@ lazy val cuttle =
"com.criteo.lolhttp" %% "lolhttp",
"com.criteo.lolhttp" %% "loljson",
"com.criteo.lolhttp" %% "lolhtml"
).map(_ % "0.4.3"),
).map(_ % "0.5.1"),
libraryDependencies ++= Seq("core", "generic", "parser")
.map(module => "io.circe" %% s"circe-${module}" % "0.7.1"),
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 67bb4c3

Please sign in to comment.