Skip to content

Commit b69b0ad

Browse files
Update cats-effect to 3.6.2 (#406)
1 parent 648a648 commit b69b0ad

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
@@ -71,7 +71,7 @@ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.21"
7171
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % "1.1.4"
7272
val javaxInject = "javax.inject" % "javax.inject" % "1"
7373
val cats = "org.typelevel" %% "cats-core" % "2.13.0"
74-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
74+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.2"
7575

7676
lazy val root = project
7777
.in(file("."))

0 commit comments

Comments
 (0)