File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ targetCompatibility = 11
1212
1313allprojects {
1414 group = " edu.wpi.first"
15- version = " 2024.4 .0"
15+ version = " 2024.5 .0"
1616
1717 if (project. hasProperty(' publishVersion' )) {
1818 version = project. publishVersion
@@ -30,7 +30,7 @@ dependencies {
3030 api project(' :ToolchainPlugin' )
3131 implementation ' org.ajoberstar.grgit:grgit-core:5.0.0'
3232 implementation ' com.google.code.gson:gson:2.8.6'
33- api ' edu.wpi.first:gradle-cpp-vscode:1.3 .0'
33+ api ' edu.wpi.first:gradle-cpp-vscode:2.0 .0'
3434
3535 testImplementation(' org.spockframework:spock-core:2.0-M4-groovy-3.0' ) {
3636 exclude group : ' org.codehaus.groovy'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms
22
33plugins {
44 id " cpp"
5- id " edu.wpi.first.NativeUtils" version " 2024.4 .0"
5+ id " edu.wpi.first.NativeUtils" version " 2024.5 .0"
66}
77
88nativeUtils. addWpiNativeUtils()
You can’t perform that action at this time.
0 commit comments