Skip to content

Commit

Permalink
feat: update to maple-sim 0.3.1
Browse files Browse the repository at this point in the history
This should fix the issue with the stacks not appearing in AdvantageScope
  • Loading branch information
doinkythederp authored Jan 15, 2025
1 parent 9885a68 commit cc13d78
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions vendordeps/maple-sim.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"fileName": "maple-sim.json",
"name": "maplesim",
"version": "0.3.0",
"version": "0.3.1",
"frcYear": "2025",
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
"mavenUrls": [{
"fileName": "maple-sim.json",
"name": "maplesim",
"version": "0.3.2",
"frcYear": "2025",
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
"mavenUrls": [
Expand All @@ -13,7 +19,30 @@
{
"groupId": "org.ironmaple",
"artifactId": "maplesim-java",
"version": "0.3.0"
"version": "0.3.2"
},
{
"groupId": "org.dyn4j",
"artifactId": "dyn4j",
"version": "5.0.2"
}
],
"jniDependencies": [

],
"cppDependencies": [

]
}
"https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/repos/releases",
"https://repo1.maven.org/maven2"
],
"jsonUrl": "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/maple-sim.json",
"javaDependencies": [
{
"groupId": "org.ironmaple",
"artifactId": "maplesim-java",
"version": "0.3.1"
},
{
"groupId": "org.dyn4j",
Expand Down

0 comments on commit cc13d78

Please sign in to comment.