Skip to content

Commit 5258427

Browse files
authored
Merge pull request #330 from softwaremill/update/cats-effect-3.5.4
Update cats-effect to 3.5.4
2 parents bd5f9aa + 8f60254 commit 5258427

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
@@ -68,7 +68,7 @@ val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.20"
6868
val pekkoActor = "org.apache.pekko" %% "pekko-actor" % "1.0.2"
6969
val javaxInject = "javax.inject" % "javax.inject" % "1"
7070
val cats = "org.typelevel" %% "cats-core" % "2.10.0"
71-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.3"
71+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
7272

7373
lazy val root = project
7474
.in(file("."))

0 commit comments

Comments
 (0)