Skip to content

Commit

Permalink
Update cats-effect to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Mar 6, 2024
1 parent 690c5bf commit 9a43015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val core = crossProject(JVMPlatform)
name := "catapult",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-effect" % "3.5.2",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %%% "fs2-core" % "3.9.2",
"com.launchdarkly" % "launchdarkly-java-server-sdk" % "7.1.1",
),
Expand Down

0 comments on commit 9a43015

Please sign in to comment.