Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SwissBorg/akka-persistence-postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagomota committed Oct 20, 2021
2 parents fd43b00 + a44dc12 commit a969df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {

val LogbackVersion = "1.2.6"

val JdbcDrivers = Seq("org.postgresql" % "postgresql" % "42.2.24")
val JdbcDrivers = Seq("org.postgresql" % "postgresql" % "42.3.0")

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

0 comments on commit a969df1

Please sign in to comment.