Skip to content

Commit 0ca1ee3

Browse files
Update cats-effect to 3.6.1 (#392)
1 parent 35df56a commit 0ca1ee3

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.3"
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.0"
74+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
7575

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

0 commit comments

Comments
 (0)