Skip to content

Commit d4d3cb8

Browse files
authored
Merge pull request #1201 from typelevel/update/cats-effect-3.6.3
Update cats-effect, cats-effect-kernel, ... to 3.6.3
2 parents 03482a1 + 85c9c06 commit d4d3cb8

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.2"
12+
val catsEffectVersion = "3.6.3"
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.2" % Test
299+
"org.typelevel" %%% "cats-effect-testkit" % "3.6.3" % Test
300300
)
301301
)
302302
.nativeSettings(

0 commit comments

Comments
 (0)