Skip to content

Commit

Permalink
Merge pull request #239 from team467/deps-fix
Browse files Browse the repository at this point in the history
Fix photonvision dep
  • Loading branch information
admlvntv authored Sep 23, 2024
2 parents 1758e2a + 3b19c16 commit e0c86d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vendordeps/photonlib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "photonlib.json",
"name": "photonlib",
"version": "v2024.2.10",
"version": "v2024.2.9",
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -14,7 +14,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-cpp",
"version": "v2024.2.10",
"version": "v2024.2.9",
"libName": "photonlib",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -29,7 +29,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2024.2.10",
"version": "v2024.2.9",
"libName": "photontargeting",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -46,12 +46,12 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-java",
"version": "v2024.2.10"
"version": "v2024.2.9"
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-java",
"version": "v2024.2.10"
"version": "v2024.2.9"
}
]
}

0 comments on commit e0c86d8

Please sign in to comment.