Skip to content

Commit 3428290

Browse files
Update cats-effect, cats-effect-testkit to 3.6.0
1 parent fc14a2c commit 3428290

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-new-syntax", "-indent", "-source:future")
1717
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("21"))
1818

1919
val CatsVersion = "2.13.0"
20-
val CatsEffectVersion = "3.5.7"
20+
val CatsEffectVersion = "3.6.0"
2121
val Fs2Version = "3.11.0"
2222
val Fs2DomVersion = "0.2.1"
2323
val Http4sVersion = "0.23.30"

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
libraryDependencies ++= Seq(
22
"com.raquo" %% "domtypes" % "18.0.0",
3-
"org.typelevel" %% "cats-effect" % "3.5.7"
3+
"org.typelevel" %% "cats-effect" % "3.6.0"
44
)

0 commit comments

Comments
 (0)