Skip to content

Commit 753aa56

Browse files
authored
Merge pull request #1325 from Baeldung/update/c3p0-0.10.1
Update c3p0 from 0.10.0 to 0.10.1
2 parents 5c8cbfb + 5d49a66 commit 753aa56

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

0 commit comments

Comments
 (0)