From dd31edbbc07398bd56dc88b9010727a23bbf02fe Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 30 Jun 2021 18:28:37 +0200 Subject: [PATCH] Update circe-fs2 to 0.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eb0b6985..e1f254a1 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val versions = new { val catsCore = "2.6.1" val catsEffect = "2.5.1" val catsRetry = "2.1.1" - val circe = "0.13.0" + val circe = "0.14.0" val doobie = "0.13.4" val droste = "0.8.0" val enumeratum = "1.7.0"