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 dd7093d + 95e92d5 commit 8f6d46dCopy full SHA for 8f6d46d
project/Dependencies.scala
@@ -14,9 +14,9 @@ object Dependencies {
14
"com.typesafe" % "config" % "1.4.1",
15
"io.delta" %% "delta-spark" % "3.1.0",
16
"io.spray" %% "spray-json" % "1.3.6",
17
- "io.circe" %% "circe-core" % "0.14.9",
18
- "io.circe" %% "circe-generic" % "0.14.9",
19
- "io.circe" %% "circe-parser" % "0.14.9"
+ "io.circe" %% "circe-core" % "0.14.10",
+ "io.circe" %% "circe-generic" % "0.14.10",
+ "io.circe" %% "circe-parser" % "0.14.10"
20
)
21
private val test = Seq(
22
"org.scalatest" %% "scalatest" % "3.2.19",
0 commit comments