We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d20109 commit 2be219aCopy full SHA for 2be219a
build.gradle
@@ -11,7 +11,7 @@ plugins {
11
}
12
13
group "com.mx.binks"
14
-version "2.0.0"
+version "3.0.0"
15
16
java {
17
toolchain {
@@ -30,7 +30,6 @@ dependencies {
30
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
31
implementation "com.lordcodes.turtle:turtle:0.7.0" // Provides git and commandline interaction API
32
33
- // Unit tests
34
testImplementation "org.mockito:mockito-core:5.21.0"
35
testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0"
36
0 commit comments