From 3e8128f04e31519a106741a8ad0395f1aca54f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 24 Feb 2024 06:10:36 -0300 Subject: [PATCH] Update testcontainers-scala-postgresql, ... to 0.41.3 (#346) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5b65a1d..b738f35 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.2" +lazy val testContainerVersion = "0.41.3" lazy val playPort = 9000 lazy val root = (project in file("."))