From 683255183331c59ea3328f0d27868a2a33dd5039 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 10:17:42 +0000 Subject: [PATCH] Update testcontainers-scala-postgresql, ... to 0.41.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 5d94c08d..b8fd858e 100644 --- a/build.sbt +++ b/build.sbt @@ -71,8 +71,8 @@ def mainDependencies(scalaVersion: String) = { "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0", "org.slf4j" % "slf4j-simple" % "2.0.11" % "provided", "org.scalatest" %% "scalatest" % "3.2.17" % "test", - "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.2" % "test", - "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.2" % "test" + "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.3" % "test", + "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.3" % "test" ) ++ (if (scalaVersion.startsWith("3")) Nil else Seq("org.scala-lang" % "scala-reflect" % scalaVersion)) }