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 dbd784032 Update cats-core to 2.12.0 (#681)
dbd784032 is described below
commit dbd784032e490efccc69355babf0c2ea6af53199
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 2 10:03:42 2024 +0100
Update cats-core to 2.12.0 (#681)
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 cac410391..12a966209 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -322,7 +322,7 @@ object Dependencies {
libraryDependencies ++= Seq(
("org.apache.hadoop" % "hadoop-client" % HadoopVersion).exclude("log4j",
"log4j").exclude("org.slf4j",
"slf4j-log4j12"),
- "org.typelevel" %% "cats-core" % "2.10.0",
+ "org.typelevel" %% "cats-core" % "2.12.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]