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.
1 parent 85d2a96 commit b8ea7f0Copy full SHA for b8ea7f0
project/Dependencies.scala
@@ -19,7 +19,7 @@ object Dependencies {
19
"org.mockito" %% "mockito-scala" % "1.17.44",
20
"com.dimafeng" %% "testcontainers-scala" % "0.41.4",
21
"com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.4",
22
- "org.postgresql" % "postgresql" % "42.7.4"
+ "org.postgresql" % "postgresql" % "42.7.5"
23
).map(_ % Test)
24
25
val all: Seq[ModuleID] = prod ++ test
0 commit comments