From 592e551823d22c98d874291c47102eed8dbe4630 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Oct 2022 19:42:06 +0000 Subject: [PATCH] Update circe-generic-extras to 0.14.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ebdda301..a4d15b4c 100644 --- a/build.sbt +++ b/build.sbt @@ -6,8 +6,8 @@ crossScalaVersions := Seq("2.12.15", "2.13.6") resolvers += Resolver.sonatypeRepo("snapshots") val CatsVersion = "2.6.1" -val CirceVersion = "0.14.1" -val CirceGenericExVersion = "0.14.1" +val CirceVersion = "0.14.3" +val CirceGenericExVersion = "0.14.3" val CirceConfigVersion = "0.8.0" val DoobieVersion = "0.13.4" val EnumeratumCirceVersion = "1.7.0"