From c6325cd6e73ac1e4057b93e24d9f16ba9abc1fc8 Mon Sep 17 00:00:00 2001 From: "your-app-name[bot]" <234726+keynmol-steward[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:02:04 +0000 Subject: [PATCH] Update testcontainers-scala-postgresql to 0.41.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 380ccd4..cca9abe 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val Versions = new { val jwt = "10.0.1" val FlywayPG = "11.1.0" val Postgres = "42.7.4" - val TestContainers = "0.41.4" + val TestContainers = "0.41.5" val Weaver = "0.8.4" val WeaverPlaywright = "0.0.5" val Laminar = "17.2.0"