From 9cf5f81e4e7564fef71f2a8a325f189f71b945c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jan 2024 18:04:45 +0000 Subject: [PATCH] Update fs2-core to 3.9.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a544e14..4db23e0 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ ThisBuild / crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1") ThisBuild / scalacOptions ++= scalaOptions(scalaVersion.value) ThisBuild / libraryDependencies ++= Seq( - "co.fs2" %% "fs2-core" % "3.9.3", + "co.fs2" %% "fs2-core" % "3.9.4", "org.scalameta" %% "munit" % "0.7.29" % Test, "org.typelevel" %% "cats-effect-testkit" % "3.5.3" % Test )