Skip to content

Commit be263f3

Browse files
authored
Merge pull request #228 from softwaremill/update/cats-effect-3.2.9
Update cats-effect to 3.2.9
2 parents 92bc2de + c20b009 commit be263f3

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
@@ -67,7 +67,7 @@ val javassist = "org.javassist" % "javassist" % "3.28.0-GA"
6767
val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.6.15"
6868
val javaxInject = "javax.inject" % "javax.inject" % "1"
6969
val cats = "org.typelevel" %% "cats-core" % "2.6.1"
70-
val catsEffect = "org.typelevel" %% "cats-effect" % "3.2.1"
70+
val catsEffect = "org.typelevel" %% "cats-effect" % "3.2.9"
7171

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

0 commit comments

Comments
 (0)