From e7e9b59b23127a4d43f3b3c5000c1c04d1d4ba07 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 May 2021 13:54:46 +0200 Subject: [PATCH] Update circe-parser to 0.14.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fdaad8c7..758d5fa3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val catsEffectVersion = "3.1.1" -val circeVersion = "0.14.0-M7" +val circeVersion = "0.14.0" val enumeratumVersion = "1.6.1"