From aa3183bf905e02c5f3afeb1a212e474fd02297a4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Aug 2019 23:51:53 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.12.0-RC2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 68f527e1..e0830151 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val compilerOptions = Seq( "-Ywarn-numeric-widen" ) -val circeVersion = "0.12.0-RC1" +val circeVersion = "0.12.0-RC2" val monocleVersion = "2.0.0-RC1" val previousCirceOpticsVersion = "0.11.0"