Skip to content

Commit 382a167

Browse files
authored
Merge pull request #115 from typelevel/update/cats-effect-3.5.4
Update cats-effect to 3.5.4
2 parents 6904d33 + 64086e2 commit 382a167

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
@@ -43,7 +43,7 @@ lazy val core = crossProject(JVMPlatform)
4343
name := "catapult",
4444
libraryDependencies ++= Seq(
4545
"org.typelevel" %%% "cats-core" % "2.10.0",
46-
"org.typelevel" %%% "cats-effect" % "3.5.2",
46+
"org.typelevel" %%% "cats-effect" % "3.5.4",
4747
"co.fs2" %%% "fs2-core" % "3.9.4",
4848
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.3.0",
4949
),

0 commit comments

Comments
 (0)