commit | 7cb19266953c3d80748a62048bdcdb1f3864785c | [log] [tgz] |
---|---|---|
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Thu Jun 01 00:29:33 2023 +0000 |
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Thu Jun 01 00:29:33 2023 +0000 |
tree | 156fd0a9657f406ddc434971140c728f232f0c4f | |
parent | c582ea1a9e9d69d7d3fa641347821b65dcf70a5d [diff] |
Update fs2-io to 3.7.0
diff --git a/build.sbt b/build.sbt index 81aa9dc..664519c 100644 --- a/build.sbt +++ b/build.sbt
@@ -96,7 +96,7 @@ "ch.qos.logback" % "logback-classic" % "1.2.11", "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.34.0", // scala-steward:on - "co.fs2" %% "fs2-io" % "3.2.14", + "co.fs2" %% "fs2-io" % "3.7.0", "com.monovore" %% "decline-effect" % "2.3.1", "org.typelevel" %% "log4cats-slf4j" % "2.5.0", "org.scalameta" %% "munit" % "0.7.29" % Test