Skip to content

Commit 8f6d46d

Browse files
authored
Merge pull request #9 from CodelyTV/update/circe-core-0.14.10
Update circe-core, circe-generic, ... to 0.14.10
2 parents dd7093d + 95e92d5 commit 8f6d46d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ object Dependencies {
1414
"com.typesafe" % "config" % "1.4.1",
1515
"io.delta" %% "delta-spark" % "3.1.0",
1616
"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"
17+
"io.circe" %% "circe-core" % "0.14.10",
18+
"io.circe" %% "circe-generic" % "0.14.10",
19+
"io.circe" %% "circe-parser" % "0.14.10"
2020
)
2121
private val test = Seq(
2222
"org.scalatest" %% "scalatest" % "3.2.19",

0 commit comments

Comments
 (0)