Skip to content

Commit

Permalink
Update to REVLib 2024.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed Feb 24, 2024
1 parent f68d869 commit a5d6018
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ install_requires = [
[build-system]
requires = [
"robotpy-build<2025.0.0,~=2024.0.0",
"robotpy-wpiutil<2025.0.0,>=2024.2.1",
"robotpy-wpimath<2025.0.0,>=2024.2.1",
"wpilib<2025.0.0,>=2024.2.1",
"robotpy-wpiutil<2025.0.0,~=2024.2.1",
"robotpy-wpimath<2025.0.0,~=2024.2.1",
"wpilib<2025.0.0,~=2024.2.1",
]

[tool.robotpy-build]
Expand All @@ -26,14 +26,14 @@ base_package = "rev"
artifact_id = "REVLib-driver"
group_id = "com.revrobotics.frc"
repo_url = "https://maven.revrobotics.com"
version = "2024.2.1"
version = "2024.2.2"
libs = ["REVLibDriver"]

[tool.robotpy-build.static_libs."revlib".maven_lib_download]
artifact_id = "REVLib-cpp"
group_id = "com.revrobotics.frc"
repo_url = "https://maven.revrobotics.com"
version = "2024.2.1"
version = "2024.2.2"
libs = ["REVLib"]

[tool.robotpy-build.wrappers."rev"]
Expand Down

0 comments on commit a5d6018

Please sign in to comment.