Skip to content

Commit 4f77c5b

Browse files
bump: cats-core 2.12.0 (was 2.10.0) (#3218)
1 parent 00da6a5 commit 4f77c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ object Dependencies {
312312
val Hdfs = Seq(
313313
libraryDependencies ++= Seq(
314314
"org.apache.hadoop" % "hadoop-client" % HadoopVersion exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12"), // ApacheV2
315-
"org.typelevel" %% "cats-core" % "2.10.0", // MIT,
315+
"org.typelevel" %% "cats-core" % "2.12.0", // MIT,
316316
"org.apache.hadoop" % "hadoop-hdfs" % HadoopVersion % Test exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12"), // ApacheV2
317317
"org.apache.hadoop" % "hadoop-common" % HadoopVersion % Test exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12"), // ApacheV2
318318
"org.apache.hadoop" % "hadoop-minicluster" % HadoopVersion % Test exclude ("log4j", "log4j") exclude ("org.slf4j", "slf4j-log4j12"), // ApacheV2

0 commit comments

Comments
 (0)