Skip to content

Commit a969df1

Browse files
committed
Merge branch 'master' of github.com:SwissBorg/akka-persistence-postgres
2 parents fd43b00 + a44dc12 commit a969df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
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)