From f0e27af182d4f25f029227ac87333d68f6635309 Mon Sep 17 00:00:00 2001 From: "horothesun-scala-steward[bot]" <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:59:54 +0000 Subject: [PATCH] Update cats-parse to 1.1.0 (#4) Co-authored-by: horothesun-scala-steward[bot] <132169906+horothesun-scala-steward[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ce0809c..67e4052 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val catsVersion = "2.12.0" val kittensVersion = "3.4.0" -val catsParseVersion = "1.0.0" +val catsParseVersion = "1.1.0" val catsEffectVersion = "3.5.7"