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 25da7da commit 6c06eb5Copy full SHA for 6c06eb5
project/Dependencies.scala
@@ -16,7 +16,7 @@ object Dependencies {
16
)
17
private val test = Seq(
18
"org.scalatest" %% "scalatest" % "3.2.19",
19
- "org.mockito" %% "mockito-scala" % "1.17.37",
+ "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"
0 commit comments