Skip to content

Commit 719f926

Browse files
committed
Cleanup code
1 parent 0363f24 commit 719f926

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
testImplementation(libs.org.junit.jupiter.junit.jupiter.api)
2020
testImplementation(libs.org.junit.jupiter.junit.jupiter.engine)
2121
testImplementation(libs.org.junit.jupiter.junit.jupiter)
22-
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
22+
testRuntimeOnly(libs.org.junit.platform.junit.platform.launcher)
2323
testImplementation(libs.org.slf4j.slf4j.simple)
2424
}
2525

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ org-json-json = { module = "org.json:json", version.ref = "org-json-json" }
1717
org-junit-jupiter-junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "org-junit-jupiter-junit-jupiter" }
1818
org-junit-jupiter-junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "org-junit-jupiter-junit-jupiter-api" }
1919
org-junit-jupiter-junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "org-junit-jupiter-junit-jupiter-engine" }
20+
org-junit-platform-junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
2021
org-purejava-tweetnacl-java = { module = "org.purejava:tweetnacl-java", version.ref = "org-purejava-tweetnacl-java" }
2122
org-slf4j-slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "org-slf4j-slf4j-api" }
2223
org-slf4j-slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "org-slf4j-slf4j-simple" }

0 commit comments

Comments
 (0)