Skip to content

Commit 7de0aac

Browse files
committed
Update to the latest release of Minestom
1 parent 7f7477b commit 7de0aac

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

settings.gradle.kts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ dependencyResolutionManagement {
88
versionCatalogs {
99
create("libs") {
1010
version("minestom", "a1d1920a04")
11-
version("junit-jupiter", "5.13.2")
11+
version("junit", "5.13.2")
12+
version("junit.platform", "1.13.1")
1213

1314
library("minestom","net.minestom", "minestom-snapshots").versionRef("minestom")
1415

15-
library("junit-api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit-jupiter")
16-
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit-jupiter")
16+
library("junit.api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
17+
library("junit.params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
18+
library("junit.engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
19+
library("junit.platform.launcher", "org.junit.platform", "junit-platform-launcher").versionRef("junit.platform")
20+
21+
1722
}
1823
}
1924
}

0 commit comments

Comments
 (0)