Skip to content

Commit

Permalink
Update to 5.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 6, 2025
1 parent ca88536 commit 9c84333
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ depends = [
artifact_id = "wpiapi-cpp"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.35.0"
version = "5.35.1"
libs = [
"CTRE_Phoenix_WPI",
]
Expand All @@ -66,7 +66,7 @@ depends = [
artifact_id = "api-cpp"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.35.0"
version = "5.35.1"
libs = [
"CTRE_Phoenix",
]
Expand All @@ -85,7 +85,7 @@ depends = [
artifact_id = "cci"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.35.0"
version = "5.35.1"
libs = [
"CTRE_PhoenixCCI",
]
Expand Down Expand Up @@ -121,7 +121,7 @@ ignore = true
artifact_id = "wpiapi-cpp-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.35.0"
version = "5.35.1"
libs = [
"CTRE_Phoenix_WPISim",
]
Expand All @@ -140,7 +140,7 @@ ignore = true
artifact_id = "api-cpp-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.35.0"
version = "5.35.1"
libs = [
"CTRE_PhoenixSim",
]
Expand All @@ -164,7 +164,7 @@ ignore = true
artifact_id = "cci-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.35.0"
version = "5.35.1"
libs = [
"CTRE_PhoenixCCISim",
]
Expand Down

0 comments on commit 9c84333

Please sign in to comment.