Skip to content

Commit

Permalink
Merge pull request #1038 from scala-steward/update/fs2-core-3.8.0
Browse files Browse the repository at this point in the history
Update fs2-core to 3.8.0
  • Loading branch information
sh0hei authored Aug 12, 2023
2 parents 5a90f7a + 26d5f79 commit 803ac0f
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 @@ -179,7 +179,7 @@ lazy val sangriaTestFS2 = project
.settings(
name := "sangria-test-fs2",
description := "Tests with FS2",
libraryDependencies += "co.fs2" %% "fs2-core" % "3.7.0" % Test
libraryDependencies += "co.fs2" %% "fs2-core" % "3.8.0" % Test
)
.disablePlugins(MimaPlugin)

Expand Down

0 comments on commit 803ac0f

Please sign in to comment.