diff --git a/build.gradle.kts b/build.gradle.kts index a6d36e6..c6f870e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,8 +29,8 @@ repositories { dependencies { // The test classes are compiled with these: - implementation("com.r35157.nenjim:kicker-api:0.0.0") - implementation("com.r35157.nenjim:kicker-impl-ref:0.0.0") + implementation("com.r35157.nenjim:kicker-api:0.1-dev") + implementation("com.r35157.nenjim:kicker-impl-ref:0.1-dev") implementation("org.jetbrains:annotations:26.0.1") // The JUnit platform will not be included in the JAR file but are needed for running the tests: