Skip to content

Commit

Permalink
ScalaSteward: Update cats-core from 2.10.0 to 2.12.0 (#457)
Browse files Browse the repository at this point in the history
Co-authored-by: Alfonso Roa <alfonso.roa@habla.dev>
  • Loading branch information
scala-steward and alfonsorr committed Jul 18, 2024
1 parent 2d9a471 commit dc2d583
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 dc2d583

Please sign in to comment.