diff --git a/project/Dependencies.scala b/project/Dependencies.scala index eab2380..d40df59 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -17,8 +17,8 @@ object Dependencies { private val test = Seq( "org.scalatest" %% "scalatest" % "3.2.19", "org.mockito" %% "mockito-scala" % "1.17.37", - "com.dimafeng" %% "testcontainers-scala" % "0.41.4", - "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4", + "com.dimafeng" %% "testcontainers-scala" % "0.41.8", + "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.8", "org.postgresql" % "postgresql" % "42.7.4" ).map(_ % Test)