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 97abe22 commit f74cb53Copy full SHA for f74cb53
build.sbt
@@ -414,7 +414,7 @@ lazy val scala2_libraries =
414
Defaults.itSettings
415
)
416
417
-val circeVersion = "0.14.10"
+val circeVersion = "0.14.12"
418
val monixVersion = "3.4.1"
419
val sparkVersion = "3.5.5"
420
val elastic4sVersion = "8.16.0"
@@ -446,7 +446,6 @@ lazy val scala_libraries = (project in file("scala-libraries"))
446
"com.opencsv" % "opencsv" % "5.9",
447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448
"org.apache.commons" % "commons-csv" % "1.12.0"
449
-
450
),
451
libraryDependencies ++= Seq(
452
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,
0 commit comments