Skip to content

Commit

Permalink
Update cats-core to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toniogela-s-scala-steward[bot] authored and mergify[bot] committed May 28, 2024
1 parent 0dcd261 commit ecba2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file(".")).settings(
List(WorkflowStep.Sbt(List("g8Test"), name = Some("Testing template"))),
// These are here for scala-steward
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.11.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-io" % "3.10.2",
"com.monovore" %% "decline-effect" % "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.Keys._
object Dependencies {

val coreDependencies: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-core" % "2.11.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-effect" % "3.5.4",
"co.fs2" %% "fs2-io" % "3.10.2",
"com.monovore" %% "decline-effect" % "2.4.1"
Expand Down

0 comments on commit ecba2ba

Please sign in to comment.