From 7ad959b9c51a1871cb8fe5593ab805aecb757b68 Mon Sep 17 00:00:00 2001 From: Scala steward Date: Tue, 11 Sep 2018 10:30:56 +0200 Subject: [PATCH] Update circe-core to 0.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4cbb49e..a05afeb 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git" val modulesDir = "modules" val catsVersion = "0.9.0" -val circeVersion = "0.7.0" +val circeVersion = "0.7.1" val scalaCheckVersion = "1.14.0" val allSubprojects = Seq("core", "circe")