From e31cc4567b7a44c7d5e53ad1e2b7323374724c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Schabas?= Date: Sat, 3 Feb 2024 09:08:20 +0000 Subject: [PATCH] Update testcontainers-scala-postgresql, ... to 0.41.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f6f80ce8..5b65a1d3 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.0" +lazy val testContainerVersion = "0.41.2" lazy val playPort = 9000 lazy val root = (project in file("."))