Skip to content

Commit

Permalink
Merge pull request #288 from scala-steward/update/fs2-io-2.5.10
Browse files Browse the repository at this point in the history
Update fs2-io to 2.5.10
  • Loading branch information
regadas authored Oct 12, 2021
2 parents 67cb6a5 + 48e752d commit 6327c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
"com.google.protobuf" % "protobuf-java-util" % protobufVersion
lazy val guava = "com.google.guava" % "guava" % "31.0.1-jre"
lazy val catsCore = "org.typelevel" %% "cats-core" % "2.6.1"
lazy val fs2Io = "co.fs2" %% "fs2-io" % "2.5.9"
lazy val fs2Io = "co.fs2" %% "fs2-io" % "2.5.10"
lazy val scallop = "org.rogach" %% "scallop" % "4.0.4"
lazy val gcs = "com.google.cloud" % "google-cloud-storage" % "2.1.7"
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.1"
Expand Down

0 comments on commit 6327c58

Please sign in to comment.