Skip to content

Commit

Permalink
Bump vendordep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anivanchen committed Oct 22, 2023
1 parent f23e854 commit ac6021e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions vendordeps/NavX.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "NavX.json",
"name": "NavX",
"version": "2024.0.1-beta-2",
"version": "2024.0.1-beta-3",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -12,15 +12,15 @@
{
"groupId": "com.kauailabs.navx.frc",
"artifactId": "navx-frc-java",
"version": "2024.0.1-beta-2"
"version": "2024.0.1-beta-3"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.kauailabs.navx.frc",
"artifactId": "navx-frc-cpp",
"version": "2024.0.1-beta-2",
"version": "2024.0.1-beta-3",
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": false,
Expand Down
6 changes: 3 additions & 3 deletions vendordeps/PathplannerLib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "PathplannerLib.json",
"name": "PathplannerLib",
"version": "2024.0.0-beta-1",
"version": "2024.0.0-beta-3",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -12,15 +12,15 @@
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2024.0.0-beta-1"
"version": "2024.0.0-beta-3"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "2024.0.0-beta-1",
"version": "2024.0.0-beta-3",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand Down

0 comments on commit ac6021e

Please sign in to comment.