Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3826d3

Browse files
committedFeb 5, 2025·
Update c3p0 from 0.10.1 to 0.10.2
1 parent c577e57 commit b3826d3

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)
Please sign in to comment.