Skip to content

Commit

Permalink
ScalaSteward: Update cats-core from 2.10.0 to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 29, 2024
1 parent 6485dfd commit dba5fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ lazy val core = project
crossScalaVersions := scalaVersionSelect(sparkVersion.value),
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-sql" % sparkVersion.value % "provided", // scala-steward:off
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"com.lihaoyi" %% "sourcecode" % "0.4.2",
"com.chuusai" %% "shapeless" % "2.3.12",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
Expand Down

0 comments on commit dba5fb3

Please sign in to comment.