Skip to content

Commit 4a6378d

Browse files
scala-stewardnafg
authored andcommitted
Update postgresql to 42.7.10
1 parent c30d55a commit 4a6378d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ mergifyExtraConditions := Seq(
1010
)
1111

1212
libraryDependencies ++= List(
13-
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
14-
"ch.qos.logback" % "logback-classic" % "1.5.32" % Test,
15-
"org.postgresql" % "postgresql" % "42.7.4" % Test
13+
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
14+
"ch.qos.logback" % "logback-classic" % "1.5.32" % Test,
15+
"org.postgresql" % "postgresql" % "42.7.10" % Test
1616
)
1717

1818
scalacOptions += "-deprecation"

0 commit comments

Comments
 (0)