From 101f43f5e0dbc1b05279f2cde6905ecd293143f5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Oct 2021 18:11:08 +0200 Subject: [PATCH] Update postgresql to 1.16.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c14a30a..c94bf6e 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.2" // https://github.com/testcontainers/testcontainers-java/releases val postgresV = "42.2.20"