Skip to content

Commit d5ed862

Browse files
Update circe-core, circe-generic, ... to 0.10.1
1 parent 574c739 commit d5ed862

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ scalaVersion := "2.11.12"
55

66
val sparkVersion = "2.3.1"
77

8-
val circeVersion = "0.10.0"
8+
val circeVersion = "0.10.1"
99

1010
//addDependencyTreePlugin
1111
enablePlugins(GitVersioning)
@@ -40,7 +40,6 @@ libraryDependencies ++= Seq(
4040
"io.circe" %% "circe-generic" % circeVersion,
4141
"io.circe" %% "circe-parser" % circeVersion,
4242
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43-
4443
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
4544
"junit" % "junit" % "4.12" % Test,
4645
"com.novocode" % "junit-interface" % "0.11" % Test exclude ("junit", "junit-dep")

0 commit comments

Comments
 (0)