Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 1, 2021
1 parent 6a28cb5 commit b2aa51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/fs2/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name := "pureconfig-fs2"
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "3.0.4",
"co.fs2" %% "fs2-io" % "3.0.4"
"co.fs2" %% "fs2-core" % "3.0.5",
"co.fs2" %% "fs2-io" % "3.0.5"
)

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

0 comments on commit b2aa51b

Please sign in to comment.