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"