Skip to content

Commit 2be219a

Browse files
feat!: bump version to 3.0.0
1 parent 8d20109 commit 2be219a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group "com.mx.binks"
14-
version "2.0.0"
14+
version "3.0.0"
1515

1616
java {
1717
toolchain {
@@ -30,7 +30,6 @@ dependencies {
3030
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
3131
implementation "com.lordcodes.turtle:turtle:0.7.0" // Provides git and commandline interaction API
3232

33-
// Unit tests
3433
testImplementation "org.mockito:mockito-core:5.21.0"
3534
testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0"
3635
}

0 commit comments

Comments
 (0)