From 04c69b4b61fe76a58aea193f866e05b22447b9d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Oct 2021 06:46:44 +0200 Subject: [PATCH] Update testcontainers-scala-postgresql, ... to 0.39.10 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8ef4455..4baa0c5 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.10" // This is not the sbt version used by lagom-pb build itself, but // instead the version used to build lagom-pb sbt plugin.