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 653615e commit 5ff758dCopy full SHA for 5ff758d
.bsp/sbt.json
.gitignore
@@ -1,3 +1,4 @@
1
+.bsp/
2
.idea/
3
target/
4
dist/
project/Dependencies.scala
@@ -5,7 +5,7 @@ object Dependencies {
5
val scalatestVersion = "3.2.10"
6
7
val commonLibraries = Seq(
8
- "org.mockito" % "mockito-core" % "3.6.0",
+ "org.mockito" % "mockito-core" % "3.12.4",
9
"org.scalactic" %% "scalactic" % scalatestVersion,
10
"ru.vyarus" % "generics-resolver" % "3.0.3"
11
)
0 commit comments