Skip to content

Commit

Permalink
Update cats-effect to 3.2.1 (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 31, 2021
1 parent b30ef0e commit b2e7507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cats-effect/build.sbt
Expand Up @@ -6,7 +6,7 @@ name := "pureconfig-cats-effect"
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.2.0"
"org.typelevel" %% "cats-effect" % "3.2.1"
)

developers := List(Developer("keirlawson", "Keir Lawson", "keirlawson@gmail.com", url("https://github.com/keirlawson")))
Expand Down

0 comments on commit b2e7507

Please sign in to comment.