From 48edf23e0c39c91c59015121fe53ee086af4333c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 20 Jan 2024 18:47:14 +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 ad434496..8a6e1c10 100644 --- a/build.sbt +++ b/build.sbt @@ -277,7 +277,7 @@ lazy val sangriaTestFS2 = project .settings( name := "sangria-test-fs2", description := "Tests with FS2", - libraryDependencies += "co.fs2" %% "fs2-core" % "3.9.3" % Test + libraryDependencies += "co.fs2" %% "fs2-core" % "3.9.4" % Test ) .disablePlugins(MimaPlugin)