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 2a254c2 commit 59ad645Copy full SHA for 59ad645
build.gradle
@@ -87,7 +87,7 @@ dependencies {
87
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.19"
88
testImplementation 'com.vladsch.flexmark:flexmark-all:0.64.8'
89
testImplementation "org.pegdown:pegdown:1.6.0" // HTML report for scalatest
90
- implementation 'org.mockito:mockito-core:5.18.0' // mocking framework
+ implementation 'org.mockito:mockito-core:5.19.0' // mocking framework
91
92
// config //
93
implementation 'com.typesafe:config:+'
0 commit comments