Skip to content

Commit

Permalink
Update fs2-core, fs2-io to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 6, 2021
1 parent a631436 commit a612f6e
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.1.3",
"co.fs2" %% "fs2-io" % "3.1.3"
"co.fs2" %% "fs2-core" % "3.1.4",
"co.fs2" %% "fs2-io" % "3.1.4"
)

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

0 comments on commit a612f6e

Please sign in to comment.