Skip to content

Commit e2214a4

Browse files
committed
Update postgresql to 42.7.5
1 parent 356d271 commit e2214a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mergifyExtraConditions := Seq(
1212
libraryDependencies ++= List(
1313
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
1414
"ch.qos.logback" % "logback-classic" % "1.5.18" % Test,
15-
"org.postgresql" % "postgresql" % "42.7.4" % Test
15+
"org.postgresql" % "postgresql" % "42.7.5" % Test
1616
)
1717

1818
scalacOptions += "-deprecation"

0 commit comments

Comments
 (0)