Skip to content

Commit 9768b42

Browse files
committed
Update to 2024.1.0
1 parent 0b2e6b7 commit 9768b42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ install_requires = [
2828
[tool.robotpy-build.static_libs."urcl_driver".maven_lib_download]
2929
artifact_id = "URCL-driver"
3030
group_id = "org.littletonrobotics.urcl"
31-
repo_url = "https://raw.githubusercontent.com/Mechanical-Advantage/URCL/2024.0.1"
32-
version = "2024.0.1"
31+
repo_url = "https://raw.githubusercontent.com/Mechanical-Advantage/URCL/2024.1.0"
32+
version = "2024.1.0"
3333
libs = [
3434
"URCLDriver",
3535
]
3636

3737
[tool.robotpy-build.wrappers."urcl".maven_lib_download]
3838
artifact_id = "URCL-cpp"
3939
group_id = "org.littletonrobotics.urcl"
40-
repo_url = "https://raw.githubusercontent.com/Mechanical-Advantage/URCL/2024.0.1"
41-
version = "2024.0.1"
40+
repo_url = "https://raw.githubusercontent.com/Mechanical-Advantage/URCL/2024.1.0"
41+
version = "2024.1.0"
4242
use_sources = true
4343
sources = [
4444
"URCL.cpp",

0 commit comments

Comments
 (0)