From 610e674ce77934c26629d630215b4de8af17b8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Fuch=C3=9F?= Date: Mon, 21 Oct 2024 11:58:03 +0200 Subject: [PATCH] Update to current artemis4j --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9382895..bc569f6 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { jetbrainsRuntimeLocal(localJbr) } } - implementation 'edu.kit.kastel.sdq:artemis4j:7.5.6' + implementation 'edu.kit.kastel.sdq:artemis4j:7.5.7-SNAPSHOT' // Tests testImplementation 'org.junit.jupiter:junit-jupiter-api:' + JUNIT_VERSION testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:' + JUNIT_VERSION