We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ea7f0 commit 534ea26Copy full SHA for 534ea26
project/Dependencies.scala
@@ -17,8 +17,8 @@ object Dependencies {
17
private val test = Seq(
18
"org.scalatest" %% "scalatest" % "3.2.19",
19
"org.mockito" %% "mockito-scala" % "1.17.44",
20
- "com.dimafeng" %% "testcontainers-scala" % "0.41.4",
21
- "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4",
+ "com.dimafeng" %% "testcontainers-scala" % "0.41.8",
+ "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.8",
22
"org.postgresql" % "postgresql" % "42.7.5"
23
).map(_ % Test)
24
0 commit comments