Skip to content

Commit 70806a7

Browse files
committed
Update testcontainers-scala-postgresql, ... to 0.40.17
1 parent a5caa92 commit 70806a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def mainDependencies(scalaVersion: String) = {
6969
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
7070
"org.slf4j" % "slf4j-simple" % "2.0.7" % "provided",
7171
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
72-
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.16" % "test",
73-
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.16" % "test"
72+
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.17" % "test",
73+
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.17" % "test"
7474
)
7575
}
7676

0 commit comments

Comments
 (0)