From 605fe425e355f2c41dcb46c115a3eceef4cbb012 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:58:13 +0000 Subject: [PATCH] Update cats-core to 2.10.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f2fa3d887..21dd04be4 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ val playJsonVersion = "2.9.4" val specsVersion: String = "4.8.3" val awsSdkVersion: String = "1.12.519" val doobieVersion: String = "0.13.4" -val catsVersion: String = "2.9.0" +val catsVersion: String = "2.10.0" val okHttpVersion: String = "4.11.0" val paClientVersion: String = "7.0.7" val apacheThrift: String = "0.15.0"