Skip to content

Commit 1787035

Browse files
authored
Merge pull request #1194 from typelevel/update/cats-effect-3.6.2
Update cats-effect, cats-effect-kernel, ... to 3.6.2
2 parents d283b8a + c7bb30d commit 1787035

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ val scala30Version = "3.3.6"
99
val collectionCompatVersion = "2.11.0"
1010

1111
val catsVersion = "2.11.0"
12-
val catsEffectVersion = "3.6.1"
12+
val catsEffectVersion = "3.6.2"
1313
val fs2Version = "3.12.0"
1414

1515
// Publishing
@@ -296,7 +296,7 @@ lazy val mtl = crossProject(JSPlatform, JVMPlatform, NativePlatform)
296296
"org.typelevel" %%% "cats-mtl" % "1.4.0",
297297
"org.typelevel" %%% "cats-mtl-laws" % "1.4.0" % Test,
298298
"org.typelevel" %%% "discipline-munit" % "2.0.0-M3" % Test,
299-
"org.typelevel" %%% "cats-effect-testkit" % "3.6.1" % Test
299+
"org.typelevel" %%% "cats-effect-testkit" % "3.6.2" % Test
300300
)
301301
)
302302
.nativeSettings(

0 commit comments

Comments
 (0)