Skip to content

Commit

Permalink
Merge pull request #358 from armanbilge/update/cats-effect-3.5.4
Browse files Browse the repository at this point in the history
Update cats-effect, cats-effect-testkit to 3.5.4
  • Loading branch information
armanbilge authored Sep 30, 2024
2 parents 4ce9a8f + f1389b7 commit 2a86dc7
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.10.0"
val CatsEffectVersion = "3.5.3"
val CatsEffectVersion = "3.5.4"
val Fs2Version = "3.9.4"
val Fs2DomVersion = "0.2.1"
val Http4sVersion = "0.23.25"
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.3"
"org.typelevel" %% "cats-effect" % "3.5.4"
)

0 comments on commit 2a86dc7

Please sign in to comment.