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.
2 parents aa8b0ca + b2ebe4e commit 23a981bCopy full SHA for 23a981b
project/Dependencies.scala
@@ -19,7 +19,7 @@ object Dependencies {
19
"org.mockito" %% "mockito-scala" % "1.17.37",
20
"com.dimafeng" %% "testcontainers-scala" % "0.41.4",
21
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4",
22
- "org.postgresql" % "postgresql" % "42.7.3"
+ "org.postgresql" % "postgresql" % "42.7.4"
23
).map(_ % Test)
24
25
val all: Seq[ModuleID] = prod ++ test
0 commit comments