Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fs2-core, fs2-io to 2.5.11 #397

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update fs2-core, fs2-io to 2.5.11
  • Loading branch information
scala-steward committed May 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit d64cf1ebb3384b59ad5ef699b3ec765e7943ffe6
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ val sttpModelVersion = "1.7.10"
val scalaTestVersion = "3.2.18"
val zio1Version = "1.0.18"
val zio2Version = "2.0.22"
val fs2_2_version = "2.5.9"
val fs2_2_version = "2.5.11"
val fs2_3_version = "3.10.0"
val armeriaVersion = "1.28.4"

@@ -172,7 +172,7 @@ lazy val fs2ce2 = (projectMatrix in file("fs2-ce2"))
.jvmPlatform(
scalaVersions = scala2 ++ scala3,
settings = commonJvmSettings ++ Seq(
libraryDependencies +="co.fs2" %% "fs2-io" % fs2_2_version
libraryDependencies += "co.fs2" %% "fs2-io" % fs2_2_version
)
)
.jsPlatform(
Loading