From 2be219aec74f4ea248a88cbe612fa12bffbc58df Mon Sep 17 00:00:00 2001 From: Mitchell Williams Date: Wed, 28 Jan 2026 12:07:22 -0700 Subject: [PATCH] feat!: bump version to 3.0.0 --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 93a3b30..20dc8f5 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { } group "com.mx.binks" -version "2.0.0" +version "3.0.0" java { toolchain { @@ -30,7 +30,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" implementation "com.lordcodes.turtle:turtle:0.7.0" // Provides git and commandline interaction API - // Unit tests testImplementation "org.mockito:mockito-core:5.21.0" testImplementation "org.spockframework:spock-core:2.4-M6-groovy-3.0" }