Skip to content

Commit

Permalink
Update fs2-core_2.13 to 3.8.0 (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 21, 2023
1 parent d6a06fb commit 7a985c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Deps {
def expecty = ivy"com.eed3si9n.expecty::expecty:0.16.0"
def fansi = ivy"com.lihaoyi::fansi:0.4.0"
def fs2(sv: String) =
if (sv.startsWith("2.")) ivy"co.fs2::fs2-core:3.8.0" else ivy"co.fs2:fs2-core_2.13:3.7.0"
if (sv.startsWith("2.")) ivy"co.fs2::fs2-core:3.8.0" else ivy"co.fs2:fs2-core_2.13:3.8.0"
def jansi = ivy"org.fusesource.jansi:jansi:2.4.0"
def jeromq = ivy"org.zeromq:jeromq:0.5.3"
def jsoniterScalaCore =
Expand Down

0 comments on commit 7a985c5

Please sign in to comment.