Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and travisbrown committed Sep 12, 2019
1 parent 842e85d commit 26122bb
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 @@ -12,7 +12,7 @@ val compilerOptions = Seq(
"-Ywarn-numeric-widen"
)

val circeVersion = "0.12.0-RC4"
val circeVersion = "0.12.1"
val previousCirceJacksonVersion = "0.11.0"

def priorTo2_13(scalaVersion: String): Boolean =
Expand Down

0 comments on commit 26122bb

Please sign in to comment.