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 from 3.10.2 to 3.11.0 #284

Merged
merged 1 commit into from
Aug 29, 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 from 3.10.2 to 3.11.0
  • Loading branch information
scala-steward committed Aug 27, 2024
commit 216d73a26003b99f013fa9e9253be46e3e01ea8c
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ lazy val connector = crossProject(JVMPlatform, JSPlatform, NativePlatform)
scalacOptions += "-Ykind-projector:underscores",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-effect" % "3.5.4",
"co.fs2" %%% "fs2-core" % "3.10.2",
"co.fs2" %%% "fs2-io" % "3.10.2",
"co.fs2" %%% "fs2-core" % "3.11.0",
"co.fs2" %%% "fs2-io" % "3.11.0",
"org.scodec" %%% "scodec-bits" % "1.1.38",
"org.scodec" %%% "scodec-core" % "2.2.2",
"org.scodec" %%% "scodec-cats" % "1.2.0",
Expand Down