We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5caa92 commit 70806a7Copy full SHA for 70806a7
build.sbt
@@ -69,8 +69,8 @@ def mainDependencies(scalaVersion: String) = {
69
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
70
"org.slf4j" % "slf4j-simple" % "2.0.7" % "provided",
71
"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"
+ "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.17" % "test",
+ "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.40.17" % "test"
74
)
75
}
76
0 commit comments