From 78caeea90e7b292746c433abc4896f5eb7d64d22 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Nov 2021 20:47:38 +0100 Subject: [PATCH] Update testcontainers-scala-postgresql, ... to 0.39.12 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8ef4455..0bcf000 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -40,7 +40,7 @@ object Dependencies { val CrossScalaForPlugin = Seq(Scala212) val AkkaVersion = "2.6.15" - val TestContainers: String = "0.39.5" + val TestContainers: String = "0.39.12" // This is not the sbt version used by lagom-pb build itself, but // instead the version used to build lagom-pb sbt plugin.