Skip to content

Commit 912a786

Browse files
authored
Merge pull request #830 from typelevel/update/cats-effect-3.5.1
Update cats-effect, cats-effect-kernel, ... to 3.5.1
2 parents 2a14b09 + 8017a66 commit 912a786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val scala30Version = "3.3.0"
99
val collectionCompatVersion = "2.11.0"
1010

1111
val catsVersion = "2.9.0"
12-
val catsEffectVersion = "3.4.11"
12+
val catsEffectVersion = "3.5.1"
1313
val fs2Version = "3.6.1"
1414

1515
// Publishing
@@ -287,7 +287,7 @@ lazy val mtl = crossProject(JSPlatform, JVMPlatform, NativePlatform)
287287
"org.typelevel" %%% "cats-mtl" % "1.3.1",
288288
"org.typelevel" %%% "cats-mtl-laws" % "1.3.1" % Test,
289289
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
290-
"org.typelevel" %%% "cats-effect-testkit" % "3.4.11" % Test
290+
"org.typelevel" %%% "cats-effect-testkit" % "3.5.1" % Test
291291
)
292292
)
293293
.nativeSettings(

0 commit comments

Comments
 (0)