From 449cdc76135a62549e8a5001a0d4ce772567894a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:13:53 +0000 Subject: [PATCH] Update catsVersion to v2.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e585180..91da151 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ inThisBuild(Seq( ) )) -val catsVersion = "2.9.0" +val catsVersion = "2.10.0" lazy val slickcats = project.in(file("slick-cats"))