Skip to content

Commit

Permalink
Update vscode to fix compile commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Dec 1, 2023
1 parent b9a7212 commit 124ddde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targetCompatibility = 11

allprojects {
group = "edu.wpi.first"
version = "2024.5.0"
version = "2024.5.1"

if (project.hasProperty('publishVersion')) {
version = project.publishVersion
Expand All @@ -30,7 +30,7 @@ dependencies {
api project(':ToolchainPlugin')
implementation 'org.ajoberstar.grgit:grgit-core:5.0.0'
implementation 'com.google.code.gson:gson:2.8.6'
api 'edu.wpi.first:gradle-cpp-vscode:2.0.0'
api 'edu.wpi.first:gradle-cpp-vscode:2.1.0'

testImplementation('org.spockframework:spock-core:2.0-M4-groovy-3.0') {
exclude group: 'org.codehaus.groovy'
Expand Down
2 changes: 1 addition & 1 deletion testing/cpp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms

plugins {
id "cpp"
id "edu.wpi.first.NativeUtils" version "2024.5.0"
id "edu.wpi.first.NativeUtils" version "2024.5.1"
}

nativeUtils.addWpiNativeUtils()
Expand Down

0 comments on commit 124ddde

Please sign in to comment.