Skip to content

Commit

Permalink
Update cats-effect to 3.5.1 (pureconfig#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 29, 2023
1 parent 586d15e commit b7368b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cats-effect/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Utilities._
crossScalaVersions := Seq(scala212, scala213, scala3)

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.5.0"
"org.typelevel" %% "cats-effect" % "3.5.1"
)

developers := List(Developer("keirlawson", "Keir Lawson", "[email protected]", url("https://github.com/keirlawson")))

0 comments on commit b7368b3

Please sign in to comment.