From a78fc8b8a5c482616f3465291b3c93dde48a1cfb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 19 Jul 2025 16:12:47 +0000 Subject: [PATCH] Update testcontainers-scala-postgresql, ... to 0.40.17 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index cf1bf79..fceae9b 100644 --- a/build.sbt +++ b/build.sbt @@ -16,8 +16,8 @@ libraryDependencies += "org.playframework" %% "play-slick" % "6.2.0" libraryDependencies += "org.playframework" %% "play-slick-evolutions" % "6.2.0" libraryDependencies += "org.playframework" %% "play-json" % "3.0.2" libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.2" % "test" -libraryDependencies += "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.15" % "test" -libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.15" % "test" +libraryDependencies += "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.17" % "test" +libraryDependencies += "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.17" % "test" libraryDependencies += "org.postgresql" % "postgresql" % "42.7.6" libraryDependencies += specs2 % Test