File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ targetCompatibility = 11
12
12
13
13
allprojects {
14
14
group = " edu.wpi.first"
15
- version = " 2024.5.0 "
15
+ version = " 2024.5.1 "
16
16
17
17
if (project. hasProperty(' publishVersion' )) {
18
18
version = project. publishVersion
@@ -30,7 +30,7 @@ dependencies {
30
30
api project(' :ToolchainPlugin' )
31
31
implementation ' org.ajoberstar.grgit:grgit-core:5.0.0'
32
32
implementation ' com.google.code.gson:gson:2.8.6'
33
- api ' edu.wpi.first:gradle-cpp-vscode:2.0 .0'
33
+ api ' edu.wpi.first:gradle-cpp-vscode:2.1 .0'
34
34
35
35
testImplementation(' org.spockframework:spock-core:2.0-M4-groovy-3.0' ) {
36
36
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
2
2
3
3
plugins {
4
4
id " cpp"
5
- id " edu.wpi.first.NativeUtils" version " 2024.5.0 "
5
+ id " edu.wpi.first.NativeUtils" version " 2024.5.1 "
6
6
}
7
7
8
8
nativeUtils. addWpiNativeUtils()
You can’t perform that action at this time.
0 commit comments