Skip to content

Commit

Permalink
Update fs2-core to 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 20, 2024
1 parent 2691deb commit 48edf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 48edf23

Please sign in to comment.