From 068daa99e3ee6275f533260e249f21711e6a1035 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 8 Jul 2026 21:17:50 +0000 Subject: [PATCH] Update fs2-io to 3.13.0 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 7f7424b..c7620a1 100644 --- a/build.mill +++ b/build.mill @@ -35,7 +35,7 @@ object lib extends CommonScalaModule with SonatypeCentralPublishModule { def mvnDeps = Seq( mvn"org.typelevel::cats-effect:3.6.3", - mvn"co.fs2::fs2-io:3.11.0", + mvn"co.fs2::fs2-io:3.13.0", mvn"io.get-coursier:interface:1.0.28", mvn"ch.epfl.scala::tasty-query:1.7.0", mvn"org.scala-lang:scala3-tasty-inspector_3:3.8.1",