From 21a8f784e1d5797003a31b1455b25e4ed03bbae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 15 Jun 2024 06:12:19 -0300 Subject: [PATCH] Update testcontainers-scala-postgresql, ... to 0.41.4 (#366) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08deaa4..d0bfe29 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ licenses += ("GPL-3.0", url( "https://github.com/gastonschabas/rumble-on-scala/blob/master/LICENSE" )) -lazy val testContainerVersion = "0.41.3" +lazy val testContainerVersion = "0.41.4" lazy val playPort = 9000 lazy val root = (project in file("."))