Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Update fs2-io to 3.10.1 #477

Closed
Closed
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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Versions {
val scala_213 = "2.13.8"
val catsEffect = "3.4.4"
val fs2 = "3.4.0"
val fs2 = "3.10.1"
val jeromq = "0.5.3"
val weaver = "0.8.1"
val bm4 = "0.3.1"
Expand Down
Loading