Skip to content

Commit

Permalink
bump version (#797)
Browse files Browse the repository at this point in the history
nodegraphcore was using an outdated version, breaking connections.
  • Loading branch information
i-make-robots authored Feb 21, 2025
1 parent 8768012 commit 9231160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
<scope>compile</scope>
</dependency>

<!-- dockable windows -->
<!-- docking windows -->
<dependency>
<groupId>io.github.andrewauclair</groupId>
<artifactId>modern-docking-api</artifactId>
Expand Down Expand Up @@ -570,7 +570,7 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
-->
<groupId>com.github.marginallyclever</groupId>
<artifactId>nodegraphcore</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
<dependency>
<!--
Expand Down

0 comments on commit 9231160

Please sign in to comment.