Skip to content

Commit 5ff758d

Browse files
authored
Update mockito-core version to latest 3.x (mockito#430)
* Update mockito-core version to latest 3.x * Ignore .bsp folder
1 parent 653615e commit 5ff758d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.bsp/sbt.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.bsp/
12
.idea/
23
target/
34
dist/

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Dependencies {
55
val scalatestVersion = "3.2.10"
66

77
val commonLibraries = Seq(
8-
"org.mockito" % "mockito-core" % "3.6.0",
8+
"org.mockito" % "mockito-core" % "3.12.4",
99
"org.scalactic" %% "scalactic" % scalatestVersion,
1010
"ru.vyarus" % "generics-resolver" % "3.0.3"
1111
)

0 commit comments

Comments
 (0)