Skip to content

Commit

Permalink
Merge pull request #250 from scala-steward/update/cats-effect-3.2.8
Browse files Browse the repository at this point in the history
Update cats-effect to 3.2.8
  • Loading branch information
vigoo authored Sep 8, 2021
2 parents 1598774 + 9248c68 commit 24523e7
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 @@ -126,7 +126,7 @@ lazy val catsEffect3 = Project("clipp-cats-effect3", file("clipp-cats-effect3"))
description := "Clipp Cats-Effect 3 interface",

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "3.2.7",
"org.typelevel" %% "cats-effect" % "3.2.8",
"dev.zio" %% "zio-test" % "1.0.11" % Test,
"dev.zio" %% "zio-test-sbt" % "1.0.11" % Test,
),
Expand Down

0 comments on commit 24523e7

Please sign in to comment.