Skip to content

Commit 1c94b79

Browse files
authored
Merge pull request #1886 from Baeldung/update/c3p0-0.11.1
Update c3p0 from 0.11.0 to 0.11.1
2 parents 6800ed7 + 1b01bc2 commit 1c94b79

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.6.1",
1818
"com.h2database" % "h2" % "2.1.214",
19-
"com.mchange" % "c3p0" % "0.11.0"
19+
"com.mchange" % "c3p0" % "0.11.1"
2020
)
2121
libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
2222
enablePlugins(SbtTwirl)

0 commit comments

Comments
 (0)