We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894c5e2 commit 7266306Copy full SHA for 7266306
project/Dependencies.scala
@@ -6,7 +6,7 @@ object Dependencies {
6
"com.google.protobuf" % "protobuf-java-util" % protobufVersion
7
lazy val guava = "com.google.guava" % "guava" % "29.0-jre"
8
lazy val catsCore = "org.typelevel" %% "cats-core" % "2.1.1"
9
- lazy val fs2Io = "co.fs2" %% "fs2-io" % "2.4.2"
+ lazy val fs2Io = "co.fs2" %% "fs2-io" % "2.4.3"
10
lazy val scallop = "org.rogach" %% "scallop" % "3.5.0"
11
lazy val gcs = "com.google.cloud" % "google-cloud-storage" % "1.111.2"
12
lazy val circeCore = "io.circe" %% "circe-core" % "0.13.0"
0 commit comments