Skip to content

Commit

Permalink
updated maple sim vendordep
Browse files Browse the repository at this point in the history
  • Loading branch information
catr1xLiu committed Oct 24, 2024
1 parent e569b20 commit 4f97063
Showing 1 changed file with 27 additions and 33 deletions.
60 changes: 27 additions & 33 deletions vendordeps/maple-sim.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,29 @@
{
"fileName": "maple-sim.json",
"name": "MapleSim",
"version": "0.0.1",
"uuid": "123e4567-e89b-12d3-a456-426614174000",
"frcYear": "2024",
"mavenUrls": [
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
],
"jsonUrl": "",
"javaDependencies": [
{
"groupId": "junit",
"artifactId": "junit",
"version": "4.13.1"
},
{
"groupId": "org.dyn4j",
"artifactId": "dyn4j",
"version": "5.0.2"
},
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2024.2.8"
},
{
"groupId": "org.ironmaple",
"artifactId": "maple-sim",
"version": "0.1.0"
}
],
"jniDependencies": [],
"cppDependencies": []
"fileName": "maple-sim.json",
"name": "maplesim",
"version": "0.1.3",
"frcYear": "2024",
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
"mavenUrls": [
"https://thenetworkgrinch.github.io/maple-sim/maplesim/repos/releases"
],
"jsonUrl": "https://thenetworkgrinch.github.io/maple-sim/maplesim/maple-sim.json",
"javaDependencies": [
{
"groupId": "org.ironmaple",
"artifactId": "maplesim-java",
"version": "0.1.3"
},
{
"groupId": "org.dyn4j",
"artifactId": "dyn4j",
"version": "5.0.2"
}
],
"jniDependencies": [

],
"cppDependencies": [

]
}

0 comments on commit 4f97063

Please sign in to comment.