Skip to content

Commit

Permalink
Prepare release for circe 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Apr 23, 2018
1 parent 966a79b commit 198a68f
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 @@ -18,8 +18,8 @@ val compilerOptions = Seq(
"-Xfuture"
)

val catsVersion = "1.0.1"
val circeVersion = "0.9.3"
val catsVersion = "0.9.0"
val circeVersion = "0.8.0"
val previousCirceDerivationVersion = "0.9.0-M2"

val baseSettings = Seq(
Expand Down

0 comments on commit 198a68f

Please sign in to comment.