File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments