Skip to content

Commit 534ea26

Browse files
Update testcontainers-scala, ... to 0.41.8
1 parent b8ea7f0 commit 534ea26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ object Dependencies {
1717
private val test = Seq(
1818
"org.scalatest" %% "scalatest" % "3.2.19",
1919
"org.mockito" %% "mockito-scala" % "1.17.44",
20-
"com.dimafeng" %% "testcontainers-scala" % "0.41.4",
21-
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4",
20+
"com.dimafeng" %% "testcontainers-scala" % "0.41.8",
21+
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.8",
2222
"org.postgresql" % "postgresql" % "42.7.5"
2323
).map(_ % Test)
2424

0 commit comments

Comments
 (0)