From cf5918005576693b0ca44da929daa86258e90500 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 21 Jul 2021 00:41:04 +0200 Subject: [PATCH] Update postgresql to 1.16.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c14a30a..112fac3 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ val specs2V = "4.12.0" val testContainersScalaV = "0.39.4" // https://github.com/testcontainers/testcontainers-scala/releases -val testContainersPostgresV = "1.15.3" // https://github.com/testcontainers/testcontainers-java/releases +val testContainersPostgresV = "1.16.0" // https://github.com/testcontainers/testcontainers-java/releases val postgresV = "42.2.20"