Skip to content

Commit 24523e7

Browse files
authored
Merge pull request #250 from scala-steward/update/cats-effect-3.2.8
Update cats-effect to 3.2.8
2 parents 1598774 + 9248c68 commit 24523e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ lazy val catsEffect3 = Project("clipp-cats-effect3", file("clipp-cats-effect3"))
126126
description := "Clipp Cats-Effect 3 interface",
127127

128128
libraryDependencies ++= Seq(
129-
"org.typelevel" %% "cats-effect" % "3.2.7",
129+
"org.typelevel" %% "cats-effect" % "3.2.8",
130130
"dev.zio" %% "zio-test" % "1.0.11" % Test,
131131
"dev.zio" %% "zio-test-sbt" % "1.0.11" % Test,
132132
),

0 commit comments

Comments
 (0)