Skip to content

Commit c804ee1

Browse files
authored
Merge pull request #703 from tpolecat/topic/upgrade-ce-and-fs2
Upgrade to cats-effect 3.4.5 and fs2 3.5.0
2 parents f0453a7 + c888b21 commit c804ee1

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,8 +9,8 @@ val scala30Version = "3.2.1"
99
val collectionCompatVersion = "2.9.0"
1010

1111
val catsVersion = "2.9.0"
12-
val catsEffectVersion = "3.4.4"
13-
val fs2Version = "3.4.0"
12+
val catsEffectVersion = "3.4.5"
13+
val fs2Version = "3.5.0"
1414

1515
// Publishing
1616

0 commit comments

Comments
 (0)