From 8be8e4f2fdcb0617038a108d6c1716cbbe96d5ad Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 Oct 2021 14:10:54 +0200 Subject: [PATCH] Update postgresql to 1.16.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c14a30a..1f4534e 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.1" // https://github.com/testcontainers/testcontainers-java/releases val postgresV = "42.2.20"