From 17a23c4b1388ec6f78f1ebfed5e582dfd5676190 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 30 May 2024 01:32:47 +0000 Subject: [PATCH] Update cats-core, cats-kernel to 2.12.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4f2c8a8..d4ed0ae 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ lazy val utilsVersion = "0.2.25" // Dependency versions // lazy val antlrVersion = "4.7.1" -lazy val catsVersion = "2.9.0" +lazy val catsVersion = "2.12.0" lazy val catsEffectVersion = "3.4.9" lazy val circeVersion = "0.14.2" lazy val jenaVersion = "4.5.0"