Skip to content

Commit 91318a3

Browse files
authored
Merge pull request #1740 from Baeldung/update/c3p0-0.10.2
Update c3p0 from 0.10.1 to 0.10.2
2 parents 26cc0d0 + b3826d3 commit 91318a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalatra/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libraryDependencies ++= Seq(
1616
"org.json4s" %% "json4s-jackson" % "4.0.7",
1717
"com.typesafe.slick" %% "slick" % "3.5.2",
1818
"com.h2database" % "h2" % "2.1.214",
19-
"com.mchange" % "c3p0" % "0.10.1"
19+
"com.mchange" % "c3p0" % "0.10.2"
2020
)
2121
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
2222
enablePlugins(SbtTwirl)

0 commit comments

Comments
 (0)