From 85a2620537a8fb88b985dda0ebe66fd4cdc32e81 Mon Sep 17 00:00:00 2001 From: Michel Davit Date: Tue, 20 Aug 2024 15:24:18 +0200 Subject: [PATCH] Update cats to 0.12.0 (#1020) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index afeff7a8..082ee73f 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val algebirdVersion = "0.13.10" val avroVersion = Option(sys.props("avro.version")).getOrElse("1.11.3") val bigqueryVersion = "v2-rev20240229-2.0.0" val bigtableVersion = "2.42.0" -val catsVersion = "2.10.0" +val catsVersion = "2.12.0" val datastoreVersion = "2.21.1" val guavaVersion = "33.3.0-jre" val hadoopVersion = "3.4.0"