Skip to content

Commit

Permalink
update caliko meta
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Sep 20, 2023
1 parent 801daef commit 17734b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/myrobotlab/service/meta/CalikoMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public CalikoMeta() {

// for the ui
addDependency("au.edu.federation.caliko.visualisation", "caliko-visualisation", "1.3.8");
addDependency("au.edu.federation.caliko.visualisation", "caliko-demo", "1.3.8");
addDependency("au.edu.federation.caliko.demo", "caliko-demo", "1.3.8");

// add it to one or many categories
addCategory("ik", "inverse kinematics");
Expand Down

0 comments on commit 17734b1

Please sign in to comment.