We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
admin
main
2 parents cc44428 + 16a0e3b commit ad74215Copy full SHA for ad74215
1 file changed
build.gradle
@@ -87,7 +87,7 @@ dependencies {
87
nativeRelease wpi.java.vendor.jniRelease(wpi.platforms.desktop)
88
simulationRelease wpi.sim.enableRelease()
89
90
- testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
91
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
92
93
def akitJson = new groovy.json.JsonSlurper().parseText(new File(projectDir.getAbsolutePath() + "/vendordeps/AdvantageKit.json").text)
0 commit comments