Skip to content

Commit 05c308f

Browse files
committed
Update wpilib, revlib, and SPARK MAX firmware
1 parent 4e216b7 commit 05c308f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ To get started, make sure you have calibrated the zero offsets for the absolute
88

99
## Prerequisites
1010

11-
* SPARK MAX Firmware v1.6.1 - Adds features that are required for swerve
12-
* REVLib v2023.1.1 - Includes APIs for the new firmware features
11+
* SPARK MAX Firmware v1.6.2 - Adds features that are required for swerve
12+
* REVLib v2023.1.2 - Includes APIs for the new firmware features
1313

1414
## Configuration
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "edu.wpi.first.GradleRIO" version "2023.1.1"
3+
id "edu.wpi.first.GradleRIO" version "2023.2.1"
44
}
55

66
sourceCompatibility = JavaVersion.VERSION_11

vendordeps/REVLib.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "REVLib.json",
33
"name": "REVLib",
4-
"version": "2023.1.1",
4+
"version": "2023.1.2",
55
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
66
"mavenUrls": [
77
"https://maven.revrobotics.com/"
@@ -11,14 +11,14 @@
1111
{
1212
"groupId": "com.revrobotics.frc",
1313
"artifactId": "REVLib-java",
14-
"version": "2023.1.1"
14+
"version": "2023.1.2"
1515
}
1616
],
1717
"jniDependencies": [
1818
{
1919
"groupId": "com.revrobotics.frc",
2020
"artifactId": "REVLib-driver",
21-
"version": "2023.1.1",
21+
"version": "2023.1.2",
2222
"skipInvalidPlatforms": true,
2323
"isJar": false,
2424
"validPlatforms": [
@@ -36,7 +36,7 @@
3636
{
3737
"groupId": "com.revrobotics.frc",
3838
"artifactId": "REVLib-cpp",
39-
"version": "2023.1.1",
39+
"version": "2023.1.2",
4040
"libName": "REVLib",
4141
"headerClassifier": "headers",
4242
"sharedLibrary": false,
@@ -54,7 +54,7 @@
5454
{
5555
"groupId": "com.revrobotics.frc",
5656
"artifactId": "REVLib-driver",
57-
"version": "2023.1.1",
57+
"version": "2023.1.2",
5858
"libName": "REVLibDriver",
5959
"headerClassifier": "headers",
6060
"sharedLibrary": false,

0 commit comments

Comments
 (0)