Skip to content

Commit

Permalink
Update to Phoenix v5.30.4 and Pro v23.0.8 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek authored Feb 18, 2023
1 parent 24cf66c commit 1cf768c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ depends = [
artifact_id = "wpiapi-cpp"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.30.2"
version = "5.30.4"
libs = [
"CTRE_Phoenix_WPI",
]
Expand All @@ -64,7 +64,7 @@ depends = [
artifact_id = "api-cpp"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.30.2"
version = "5.30.4"
libs = [
"CTRE_Phoenix",
]
Expand All @@ -83,7 +83,7 @@ depends = [
artifact_id = "cci"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.30.2"
version = "5.30.4"
libs = [
"CTRE_PhoenixCCI",
]
Expand All @@ -99,7 +99,7 @@ ignore = false
artifact_id = "tools"
group_id = "com.ctre.phoenixpro"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_PhoenixTools",
]
Expand All @@ -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.30.2"
version = "5.30.4"
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.30.2"
version = "5.30.4"
libs = [
"CTRE_PhoenixSim",
]
Expand All @@ -158,7 +158,7 @@ ignore = true
artifact_id = "cci-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.30.2"
version = "5.30.4"
libs = [
"CTRE_PhoenixCCISim",
]
Expand All @@ -183,7 +183,7 @@ ignore = true
artifact_id = "tools-sim"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_PhoenixTools_Sim",
]
Expand All @@ -198,7 +198,7 @@ ignore = true
artifact_id = "simTalonSRX"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_SimTalonSRX",
]
Expand All @@ -213,7 +213,7 @@ ignore = true
artifact_id = "simTalonFX"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_SimTalonFX",
]
Expand All @@ -228,7 +228,7 @@ ignore = true
artifact_id = "simVictorSPX"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_SimVictorSPX",
]
Expand All @@ -243,7 +243,7 @@ ignore = true
artifact_id = "simPigeonIMU"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_SimPigeonIMU",
]
Expand All @@ -258,7 +258,7 @@ ignore = true
artifact_id = "simCANCoder"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_SimCANCoder",
]
Expand All @@ -273,7 +273,7 @@ ignore = true
artifact_id = "simProTalonFX"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_SimProTalonFX",
]
Expand All @@ -288,7 +288,7 @@ ignore = true
artifact_id = "simProCANcoder"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_SimProCANcoder",
]
Expand All @@ -303,7 +303,7 @@ ignore = true
artifact_id = "simProPigeon2"
group_id = "com.ctre.phoenixpro.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "23.0.1"
version = "23.0.8"
libs = [
"CTRE_SimProPigeon2",
]
Expand Down

0 comments on commit 1cf768c

Please sign in to comment.