NoIssue: Upgrade dependencies

This commit is contained in:
2026-01-27 11:25:48 +01:00
parent 8c6c79c4ae
commit 913d8140df

View File

@@ -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: