Skip to content

Commit

Permalink
Add 2024 NavX vendordep
Browse files Browse the repository at this point in the history
  • Loading branch information
anivanchen committed Oct 18, 2023
1 parent aa99439 commit 6db86d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vendordeps/NavX.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"fileName": "NavX.json",
"name": "KauaiLabs_navX_FRC",
"version": "2023.0.3",
"frcYear": "2024",
"name": "NavX",
"version": "2024.0.1-beta-2",
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
"frcYear": "2024",
"mavenUrls": [
"https://dev.studica.com/maven/release/2023/"
"https://dev.studica.com/maven/release/2024/"
],
"jsonUrl": "https://dev.studica.com/releases/2023/NavX.json",
"jsonUrl": "https://dev.studica.com/releases/2024/NavX.json",
"javaDependencies": [
{
"groupId": "com.kauailabs.navx.frc",
"artifactId": "navx-frc-java",
"version": "2023.0.3"
"version": "2024.0.1-beta-2"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.kauailabs.navx.frc",
"artifactId": "navx-frc-cpp",
"version": "2023.0.3",
"version": "2024.0.1-beta-2",
"headerClassifier": "headers",
"sourcesClassifier": "sources",
"sharedLibrary": false,
Expand All @@ -31,7 +31,7 @@
"linuxraspbian",
"linuxarm32",
"linuxarm64",
"linux86-64",
"linuxx86-64",
"osxuniversal",
"windowsx86-64"
]
Expand Down

0 comments on commit 6db86d3

Please sign in to comment.