Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from circe/update/circe-0.7.0-M2
Browse files Browse the repository at this point in the history
Update to circe 0.7.0-M2
  • Loading branch information
travisbrown authored Jan 10, 2017
2 parents f94aab0 + c816d2a commit d9bb20d
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 @@ -15,8 +15,8 @@ val compilerOptions = Seq(
"-Xfuture"
)

val circeVersion = "0.6.1"
val previousCirceSprayVersion = "0.6.1"
val circeVersion = "0.7.0-M2"
val previousCirceSprayVersion = "0.7.0-M1"

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

0 comments on commit d9bb20d

Please sign in to comment.