diff --git a/build.gradle b/build.gradle index a8f082c..9382895 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { jetbrainsRuntimeLocal(localJbr) } } - implementation 'edu.kit.kastel.sdq:artemis4j:7.5.0-SNAPSHOT' + implementation 'edu.kit.kastel.sdq:artemis4j:7.5.6' // Tests testImplementation 'org.junit.jupiter:junit-jupiter-api:' + JUNIT_VERSION testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:' + JUNIT_VERSION