Skip to content

Commit

Permalink
Merge 572917c into 89390b7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 27, 2021
2 parents 89390b7 + 572917c commit cc09b9a
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.2.1",
"co.fs2" %% "fs2-io" % "3.2.1"
"co.fs2" %% "fs2-core" % "3.2.2",
"co.fs2" %% "fs2-io" % "3.2.2"
)

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

0 comments on commit cc09b9a

Please sign in to comment.