Skip to content

Commit

Permalink
Update cats-effect, cats-effect-testkit to 3.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nimble-agar-steward[bot] committed Oct 27, 2024
1 parent 60c8853 commit 018d246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-new-syntax", "-indent", "-source:future")
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("21"))

val CatsVersion = "2.12.0"
val CatsEffectVersion = "3.5.4"
val CatsEffectVersion = "3.5.5"
val Fs2Version = "3.11.0"
val Fs2DomVersion = "0.2.1"
val Http4sVersion = "0.23.28"
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies ++= Seq(
"com.raquo" %% "domtypes" % "18.0.0",
"org.typelevel" %% "cats-effect" % "3.5.4"
"org.typelevel" %% "cats-effect" % "3.5.5"
)

0 comments on commit 018d246

Please sign in to comment.