Skip to content

Commit 3b61246

Browse files
committed
Update fs2-core to 3.12.0
1 parent 06f0692 commit 3b61246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ lazy val sangriaTestFS2 = project
303303
.settings(
304304
name := "sangria-test-fs2",
305305
description := "Tests with FS2",
306-
libraryDependencies += "co.fs2" %% "fs2-core" % "3.11.0" % Test
306+
libraryDependencies += "co.fs2" %% "fs2-core" % "3.12.0" % Test
307307
)
308308
.disablePlugins(MimaPlugin)
309309

0 commit comments

Comments
 (0)