Skip to content

Commit

Permalink
postgresql 1.16.1 (was 1.16.0) (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 25, 2021
1 parent cb0f171 commit 8cb9192
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 @@ -36,6 +36,6 @@ object Dependencies {
"org.flywaydb" % "flyway-core" % "7.14.0",
"com.typesafe" % "config" % "1.4.1",
"ch.qos.logback" % "logback-classic" % "1.2.6",
"org.testcontainers" % "postgresql" % "1.16.0" % Test,
"org.testcontainers" % "postgresql" % "1.16.1" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
}

0 comments on commit 8cb9192

Please sign in to comment.