diff --git a/build.sbt b/build.sbt index 91e271e7..5d94c08d 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.0" % "test", - "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.0" % "test" + "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.41.2" % "test", + "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.2" % "test" ) ++ (if (scalaVersion.startsWith("3")) Nil else Seq("org.scala-lang" % "scala-reflect" % scalaVersion)) }