Skip to content

Commit

Permalink
Update cats-effect to 3.5.3 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 18, 2024
1 parent 246a738 commit 58bd756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.Keys.organization

val catsVersion = "2.10.0"
val catsEffectVersion = "3.5.2"
val catsEffectVersion = "3.5.3"
val fs2Version = "3.9.3"

lazy val dependencies = Seq(
Expand Down Expand Up @@ -112,4 +112,3 @@ lazy val dynosaur = project
),
commonSettings
).dependsOn(awssdk)

0 comments on commit 58bd756

Please sign in to comment.