We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d7dfb6 + f55cca7 commit ca7a5d5Copy full SHA for ca7a5d5
build.sbt
@@ -277,7 +277,7 @@ lazy val sangriaTestFS2 = project
277
.settings(
278
name := "sangria-test-fs2",
279
description := "Tests with FS2",
280
- libraryDependencies += "co.fs2" %% "fs2-core" % "3.9.2" % Test
+ libraryDependencies += "co.fs2" %% "fs2-core" % "3.9.3" % Test
281
)
282
.disablePlugins(MimaPlugin)
283
0 commit comments