This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 901d4ea16 Update cats-core to 2.13.0 (#966)
901d4ea16 is described below
commit 901d4ea16eabcb152adc75244ad8b48313841e3f
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 26 09:47:43 2025 +0100
Update cats-core to 2.13.0 (#966)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b680b471d..cb7f237ce 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -341,7 +341,7 @@ object Dependencies {
libraryDependencies ++= Seq(
("org.apache.hadoop" % "hadoop-client" % HadoopVersion).exclude("log4j",
"log4j").exclude("org.slf4j",
"slf4j-log4j12"),
- "org.typelevel" %% "cats-core" % "2.12.0",
+ "org.typelevel" %% "cats-core" % "2.13.0",
("org.apache.hadoop" % "hadoop-hdfs" % HadoopVersion %
Test).exclude("log4j", "log4j").exclude("org.slf4j",
"slf4j-log4j12"),
("org.apache.hadoop" % "hadoop-common" % HadoopVersion %
Test).exclude("log4j", "log4j").exclude("org.slf4j",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]