Skip to content

Commit

Permalink
Merge pull request #384 from scala-steward/update/cats-effect-2.5.5
Browse files Browse the repository at this point in the history
Update cats-effect to 2.5.5
  • Loading branch information
vigoo authored May 30, 2022
2 parents 04c0411 + e6df167 commit 858c0d5
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 @@ -82,7 +82,7 @@ lazy val proxCore = Project("prox-core", file("prox-core")).settings(commonSetti

lazy val proxFS2 = Project("prox-fs2", file("prox-fs2")).settings(commonSettings(8)).settings(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "2.5.4",
"org.typelevel" %% "cats-effect" % "2.5.5",
"co.fs2" %% "fs2-core" % "2.5.11",
"co.fs2" %% "fs2-io" % "2.5.11",

Expand Down

0 comments on commit 858c0d5

Please sign in to comment.