From 3aad012444537638dfeec189afa03e27c66fdf87 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Nov 2023 01:19:36 +0000 Subject: [PATCH] Update circe-config to 0.10.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebdda301..f78220dc 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ resolvers += Resolver.sonatypeRepo("snapshots") val CatsVersion = "2.6.1" val CirceVersion = "0.14.1" val CirceGenericExVersion = "0.14.1" -val CirceConfigVersion = "0.8.0" +val CirceConfigVersion = "0.10.1" val DoobieVersion = "0.13.4" val EnumeratumCirceVersion = "1.7.0" val H2Version = "1.4.200"