Skip to content

Commit

Permalink
Merge 6a293b5 into b4b25ac
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 7, 2021
2 parents b4b25ac + 6a293b5 commit 4fde9e5
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.6",
"co.fs2" %% "fs2-io" % "3.0.6"
"co.fs2" %% "fs2-core" % "3.1.0",
"co.fs2" %% "fs2-io" % "3.1.0"
)

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

0 comments on commit 4fde9e5

Please sign in to comment.