Skip to content

Commit

Permalink
Update Circe to 0.19 and Iteratee to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov authored and travisbrown committed Jan 2, 2018
1 parent 52e90e9 commit 0108e5a
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
Expand Up @@ -13,8 +13,8 @@ val compilerOptions = Seq(
"-Xfuture"
)

val circeVersion = "0.9.0-M3"
val iterateeVersion = "0.16.0"
val circeVersion = "0.9.0"
val iterateeVersion = "0.17.0"
val previousCirceIterateeVersion = "0.8.0"

val baseSettings = Seq(
Expand Down

0 comments on commit 0108e5a

Please sign in to comment.