Skip to content

Commit

Permalink
Merge pull request #135 from scala-steward/update/cats-effect-3.5.6
Browse files Browse the repository at this point in the history
Update cats-effect to 3.5.6
  • Loading branch information
KacperFKorban authored Nov 24, 2024
2 parents 0a2e3d1 + a02decc commit be2e13a
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 @@ -64,7 +64,7 @@ lazy val cats = projectMatrix
name := "avocADO-cats",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.5" % Test
"org.typelevel" %%% "cats-effect" % "3.5.6" % Test
)
)
.dependsOn(avocado)
Expand Down

0 comments on commit be2e13a

Please sign in to comment.