Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.10.2 (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 28, 2024
1 parent b41cd94 commit 9bdadc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/fs2/build.sbt
Expand Up @@ -3,8 +3,8 @@ import Dependencies.Version._
crossScalaVersions := Seq(scala212, scala213, scala3)

libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "3.10.1",
"co.fs2" %% "fs2-io" % "3.10.1"
"co.fs2" %% "fs2-core" % "3.10.2",
"co.fs2" %% "fs2-io" % "3.10.2"
)

developers := List(Developer("keirlawson", "Keir Lawson", "keirlawson@gmail.com", url("https://github.com/keirlawson")))

0 comments on commit 9bdadc1

Please sign in to comment.