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.
2 parents 26cc0d0 + b3826d3 commit 91318a3Copy full SHA for 91318a3
scalatra/build.sbt
@@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
16
"org.json4s" %% "json4s-jackson" % "4.0.7",
17
"com.typesafe.slick" %% "slick" % "3.5.2",
18
"com.h2database" % "h2" % "2.1.214",
19
- "com.mchange" % "c3p0" % "0.10.1"
+ "com.mchange" % "c3p0" % "0.10.2"
20
)
21
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
22
enablePlugins(SbtTwirl)
0 commit comments