Skip to content

Commit

Permalink
Merge 74af02c into 6a14ada
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 28, 2021
2 parents 6a14ada + 74af02c commit 546c3d7
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 @@ -6,7 +6,7 @@ name := "pureconfig-cats-effect"
crossScalaVersions := Seq(scala212, scala213, scala30, scala31)

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.2.9"
"org.typelevel" %% "cats-effect" % "3.3.0"
)

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

0 comments on commit 546c3d7

Please sign in to comment.