From a184e948d98021e7a3cfd10b9e20daf200832be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 21 Dec 2024 06:27:26 -0300 Subject: [PATCH] Update testcontainers-scala-postgresql, ... to 0.41.5 (#399) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3cb54b4..1822027 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ licenses += ( url("https://github.com/gastonschabas/rumble-on-scala/blob/master/LICENSE") ) -lazy val testContainerVersion = "0.41.4" +lazy val testContainerVersion = "0.41.5" lazy val playPort = 9000 lazy val root = (project in file("."))