Skip to content

Commit c157204

Browse files
Update cats-effect to 3.6.3 (#409)
1 parent c9881cb commit c157204

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.5"
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.2"
74+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
7575

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

0 commit comments

Comments
 (0)