Skip to content

Commit

Permalink
Update fs2-io to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 20, 2023
1 parent 9c9466f commit a051901
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 @@ -90,7 +90,7 @@ object Dependencies {
val http4sBlazeClient = "org.http4s" %% "http4s-blaze-client" % http4sVersion
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sVersion

val fs2Io: ModuleID = "co.fs2" %% "fs2-io" % "3.9.1"
val fs2Io: ModuleID = "co.fs2" %% "fs2-io" % "3.9.2"
val rawlsModel: ModuleID = "org.broadinstitute.dsde" %% "rawls-model" % "0.1-fb0c9691b" exclude("com.typesafe.scala-logging", "scala-logging_2.13") exclude("com.typesafe.akka", "akka-stream_2.13")
val openCensusApi: ModuleID = "io.opencensus" % "opencensus-api" % openCensusV
val openCensusImpl: ModuleID = "io.opencensus" % "opencensus-impl" % openCensusV
Expand Down

0 comments on commit a051901

Please sign in to comment.