We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f2c50 commit e4d3bd1Copy full SHA for e4d3bd1
project/Dependencies.scala
@@ -39,6 +39,6 @@ object Dependencies {
39
val Migration: Seq[ModuleID] = Seq(
40
"com.typesafe" % "config" % "1.4.3",
41
"ch.qos.logback" % "logback-classic" % LogbackVersion,
42
- "org.testcontainers" % "postgresql" % "1.20.3" % Test,
+ "org.testcontainers" % "postgresql" % "1.20.4" % Test,
43
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ JdbcDrivers.map(_ % Provided)
44
}
0 commit comments