Skip to content

Commit 67a202f

Browse files
committed
Updated dependencies
- lib updated to 2024.3.2
1 parent 49b765a commit 67a202f

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

rdev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[params]
66

77
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release"
8-
wpilib_bin_version = "2024.3.1"
8+
wpilib_bin_version = "2024.3.2"
99
# wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development"
1010

1111
# Don't update these artifacts

subprojects/pyntcore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ base_package = "ntcore"
2424
artifact_id = "ntcore-cpp"
2525
group_id = "edu.wpi.first.ntcore"
2626
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
27-
version = "2024.3.1"
27+
version = "2024.3.2"
2828

2929
libs = ["ntcore"]
3030

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ base_package = "robotpy_apriltag"
2424
artifact_id = "apriltag-cpp"
2525
group_id = "edu.wpi.first.apriltag"
2626
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
27-
version = "2024.3.1"
27+
version = "2024.3.2"
2828

2929
libs = ["apriltag"]
3030

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ base_package = "cscore"
2727
artifact_id = "cscore-cpp"
2828
group_id = "edu.wpi.first.cscore"
2929
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
30-
version = "2024.3.1"
30+
version = "2024.3.2"
3131

3232
libs = ["cscore"]
3333

3434
[tool.robotpy-build.static_libs."cameraserver_cpp".maven_lib_download]
3535
artifact_id = "cameraserver-cpp"
3636
group_id = "edu.wpi.first.cameraserver"
3737
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
38-
version = "2024.3.1"
38+
version = "2024.3.2"
3939

4040
libs = ["cameraserver"]
4141

subprojects/robotpy-hal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ artifact_id = "hal-cpp"
2424
group_id = "edu.wpi.first.hal"
2525
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
2626
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
27-
version = "2024.3.1"
27+
version = "2024.3.2"
2828

2929
libs = ["wpiHal"]
3030

subprojects/robotpy-halsim-ds-socket/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ artifact_id = "halsim_ds_socket"
2828
group_id = "edu.wpi.first.halsim"
2929
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3030
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
31-
version = "2024.3.1"
31+
version = "2024.3.2"
3232

3333
dlopenlibs = ["halsim_ds_socket"]
3434

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ artifact_id = "halsim_gui"
3030
group_id = "edu.wpi.first.halsim"
3131
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3232
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
33-
version = "2024.3.1"
33+
version = "2024.3.2"
3434

3535
dlopenlibs = ["halsim_gui"]
3636

subprojects/robotpy-halsim-ws/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ artifact_id = "halsim_ws_server"
3232
group_id = "edu.wpi.first.halsim"
3333
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3434
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
35-
version = "2024.3.1"
35+
version = "2024.3.2"
3636

3737
dlopenlibs = ["halsim_ws_server"]
3838

@@ -45,7 +45,7 @@ artifact_id = "halsim_ws_client"
4545
group_id = "edu.wpi.first.halsim"
4646
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4747
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
48-
version = "2024.3.1"
48+
version = "2024.3.2"
4949

5050
dlopenlibs = ["halsim_ws_client"]
5151

subprojects/robotpy-romi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ artifact_id = "romiVendordep-cpp"
3939
group_id = "edu.wpi.first.romiVendordep"
4040
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4141
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
42-
version = "2024.3.1"
42+
version = "2024.3.2"
4343
libs = ["romiVendordep"]

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ base_package = "wpilib"
3232
artifact_id = "wpilibc-cpp"
3333
group_id = "edu.wpi.first.wpilibc"
3434
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
35-
version = "2024.3.1"
35+
version = "2024.3.2"
3636

3737
libs = ["wpilibc"]
3838

0 commit comments

Comments
 (0)