Skip to content

Commit

Permalink
Merge pull request #33 from scala-steward/update/cats-effect-3.2.2
Browse files Browse the repository at this point in the history
Update cats-effect to 3.2.2
  • Loading branch information
ppurang authored Aug 10, 2021
2 parents f657e32 + be452ac commit 79e6f85
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 @@ -19,7 +19,7 @@ ThisBuild / scalacOptions ++= Seq(

ThisBuild / libraryDependencies ++= Seq(
"org.jsoup" % "jsoup" % "1.14.1",
"org.typelevel" %% "cats-effect" % "3.2.1",
"org.typelevel" %% "cats-effect" % "3.2.2",
"org.scalameta" %% "munit" % "0.7.28" % Test
).map(_ withSources ())

Expand Down

0 comments on commit 79e6f85

Please sign in to comment.