Skip to content

Commit

Permalink
Merge pull request #237 from scala-steward/update/cats-effect-3.2.9
Browse files Browse the repository at this point in the history
Update cats-effect to 3.2.9
  • Loading branch information
ChristopherDavenport authored Oct 19, 2021
2 parents 2e5503e + 01c396c commit 8e30d8d
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 @@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
ThisBuild / crossScalaVersions := Seq("2.12.10", "2.13.6", "3.0.2")

val catsV = "2.6.1"
val catsEffectV = "3.2.1"
val catsEffectV = "3.2.9"
val fs2V = "3.0.6"
val http4sV = "0.23.0"
val circeV = "0.14.1"
Expand Down

0 comments on commit 8e30d8d

Please sign in to comment.