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 bdd5dc2 commit 2ce2d4cCopy full SHA for 2ce2d4c
scalatra/build.sbt
@@ -13,7 +13,7 @@ libraryDependencies ++= Seq(
13
"javax.servlet" % "javax.servlet-api" % "4.0.1" % "provided",
14
"org.scalatra" %% "scalatra-auth" % ScalatraVersion,
15
"org.scalatra" %% "scalatra-json" % "2.8.4",
16
- "org.json4s" %% "json4s-jackson" % "4.0.6",
+ "org.json4s" %% "json4s-jackson" % "4.0.7",
17
"com.typesafe.slick" %% "slick" % "3.4.1",
18
"com.h2database" % "h2" % "2.1.214",
19
"com.mchange" % "c3p0" % "0.9.5.5"
0 commit comments