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.
2 parents 804655d + e3f5dea commit cdbff9aCopy full SHA for cdbff9a
project/Dependencies.scala
@@ -9,7 +9,7 @@ object Dependencies {
9
lazy val fs2Io = "co.fs2" %% "fs2-io" % "3.10.2"
10
lazy val scallop = "org.rogach" %% "scallop" % "5.1.0"
11
lazy val gcs = "com.google.cloud" % "google-cloud-storage" % "2.40.0"
12
- lazy val circeCore = "io.circe" %% "circe-core" % "0.14.6"
+ lazy val circeCore = "io.circe" %% "circe-core" % "0.14.7"
13
lazy val munit = "org.scalameta" %% "munit" % "1.0.0"
14
- lazy val circeParser = "io.circe" %% "circe-parser" % "0.14.6"
+ lazy val circeParser = "io.circe" %% "circe-parser" % "0.14.7"
15
}
0 commit comments