Skip to content

Commit

Permalink
Update iteratee.io
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown-stripe authored and travisbrown committed Sep 13, 2018
1 parent f063a38 commit 22cf5ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ val compilerOptions = Seq(
"-Xfuture"
)

val circeVersion = "0.9.0"
val iterateeVersion = "0.17.0"
val previousCirceIterateeVersion = "0.8.0"
val circeVersion = "0.9.3"
val iterateeVersion = "0.18.0"
val previousCirceIterateeVersion = "0.9.0"

val baseSettings = Seq(
scalacOptions ++= compilerOptions ++ (
Expand Down

0 comments on commit 22cf5ca

Please sign in to comment.