Skip to content

Commit

Permalink
bump circeV to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zy4 committed Nov 14, 2018
1 parent 6b2bf16 commit b9cd25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crossScalaVersions := Seq("2.11.12", "2.12.6")

libraryDependencies ++= {
val playV = "2.6.19"
val circeV = "0.10.0"
val circeV = "0.10.1"
Seq(
"io.circe" %% "circe-core" % circeV,
"io.circe" %% "circe-parser" % circeV,
Expand Down

0 comments on commit b9cd25d

Please sign in to comment.