File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ val reactiveMongo = "1.1.0-RC18"
364364val slickPgVersion = " 0.23.1"
365365val scalaTestContainersVersion = " 0.43.0"
366366val postgresqlVersion = " 42.7.8"
367- val json4sVersion = " 4.0.7 "
367+ val json4sVersion = " 4.1.0 "
368368
369369lazy val scala2_libraries =
370370 (project in file(" scala-2-modules/scala2-libraries" ))
@@ -624,7 +624,7 @@ lazy val scala_libraries_persistence =
624624 " com.typesafe.slick" %% " slick-hikaricp" % slickVersion,
625625 " org.postgresql" % " postgresql" % postgresqlVersion,
626626 " com.github.tminglei" %% " slick-pg" % slickPgVersion,
627- " org .json4s" %% " json4s-native" % json4sVersion,
627+ " io.github .json4s" %% " json4s-native" % json4sVersion,
628628 " com.github.tminglei" %% " slick-pg_json4s" % slickPgVersion,
629629 " com.dimafeng" %% " testcontainers-scala-scalatest" % scalaTestContainersVersion % IntegrationTest ,
630630 " com.dimafeng" %% " testcontainers-scala-postgresql" % scalaTestContainersVersion % IntegrationTest
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
1313 " javax.servlet" % " javax.servlet-api" % " 4.0.1" % " provided" ,
1414 " org.scalatra" %% " scalatra-auth" % ScalatraVersion ,
1515 " org.scalatra" %% " scalatra-json" % " 2.8.4" ,
16- " org. json4s" %% " json4s-jackson" % " 4.0.7 " ,
16+ " io.github. json4s" %% " json4s-jackson" % " 4.1.0 " ,
1717 " com.typesafe.slick" %% " slick" % " 3.6.1" ,
1818 " com.h2database" % " h2" % " 2.1.214" ,
1919 " com.mchange" % " c3p0" % " 0.11.2"
You can’t perform that action at this time.
0 commit comments