Skip to content

Commit a44dc12

Browse files
authored
Merge pull request #212 from scala-steward/update/postgresql-42.3.0
Update postgresql to 42.3.0
2 parents 207bf86 + 1a1fadb commit a44dc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414

1515
val LogbackVersion = "1.2.6"
1616

17-
val JdbcDrivers = Seq("org.postgresql" % "postgresql" % "42.2.24")
17+
val JdbcDrivers = Seq("org.postgresql" % "postgresql" % "42.3.0")
1818

1919
val Libraries: Seq[ModuleID] = Seq(
2020
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test,

0 commit comments

Comments
 (0)