Skip to content

Commit 6a2a227

Browse files
committed
update libraries
1 parent dff1bea commit 6a2a227

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

vendordeps/NavX.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "NavX.json",
33
"name": "KauaiLabs_navX_FRC",
4-
"version": "2023.0.1",
4+
"version": "2023.0.3",
55
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
66
"mavenUrls": [
77
"https://dev.studica.com/maven/release/2023/"
@@ -11,15 +11,15 @@
1111
{
1212
"groupId": "com.kauailabs.navx.frc",
1313
"artifactId": "navx-frc-java",
14-
"version": "2023.0.1"
14+
"version": "2023.0.3"
1515
}
1616
],
1717
"jniDependencies": [],
1818
"cppDependencies": [
1919
{
2020
"groupId": "com.kauailabs.navx.frc",
2121
"artifactId": "navx-frc-cpp",
22-
"version": "2023.0.1",
22+
"version": "2023.0.3",
2323
"headerClassifier": "headers",
2424
"sourcesClassifier": "sources",
2525
"sharedLibrary": false,
@@ -28,6 +28,10 @@
2828
"binaryPlatforms": [
2929
"linuxathena",
3030
"linuxraspbian",
31+
"linuxarm32",
32+
"linuxarm64",
33+
"linux86-64",
34+
"osxuniversal",
3135
"windowsx86-64"
3236
]
3337
}

vendordeps/playingwithfusion2023.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "playingwithfusion2023.json",
33
"name": "PlayingWithFusion",
4-
"version": "2023.00.17",
4+
"version": "2023.01.17",
55
"uuid": "14b8ad04-24df-11ea-978f-2e728ce88125",
66
"jsonUrl": "https://www.playingwithfusion.com/frc/playingwithfusion2023.json",
77
"mavenUrls": [
@@ -11,14 +11,14 @@
1111
{
1212
"groupId": "com.playingwithfusion.frc",
1313
"artifactId": "PlayingWithFusion-java",
14-
"version": "2023.00.17"
14+
"version": "2023.01.17"
1515
}
1616
],
1717
"jniDependencies": [
1818
{
1919
"groupId": "com.playingwithfusion.frc",
2020
"artifactId": "PlayingWithFusion-driver",
21-
"version": "2023.00.17",
21+
"version": "2023.01.17",
2222
"isJar": false,
2323
"skipInvalidPlatforms": true,
2424
"validPlatforms": [
@@ -35,7 +35,7 @@
3535
{
3636
"groupId": "com.playingwithfusion.frc",
3737
"artifactId": "PlayingWithFusion-cpp",
38-
"version": "2023.00.17",
38+
"version": "2023.01.17",
3939
"headerClassifier": "headers",
4040
"sharedLibrary": false,
4141
"libName": "PlayingWithFusion",
@@ -52,7 +52,7 @@
5252
{
5353
"groupId": "com.playingwithfusion.frc",
5454
"artifactId": "PlayingWithFusion-driver",
55-
"version": "2023.00.17",
55+
"version": "2023.01.17",
5656
"headerClassifier": "headers",
5757
"sharedLibrary": true,
5858
"libName": "PlayingWithFusionDriver",

0 commit comments

Comments
 (0)