From 6bc4a5fcb53d261c2414a7946bcf317d3c19a1c4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Oct 2023 22:43:16 +0000 Subject: [PATCH] Update ciris, ciris-refined to 3.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..f2e0b95 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ lazy val V = new { val confluent = "5.5.1" val circe = "0.13.0" - val ciris = "1.2.1" + val ciris = "3.4.0" val refined = "0.9.17" val newtype = "0.4.4" val cats = "2.2.0"