Skip to content

Commit 1d707d5

Browse files
committed
7.64.1
1 parent 3585ab8 commit 1d707d5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.marginallyclever</groupId>
88
<artifactId>Makelangelo</artifactId>
9-
<version>7.64.0</version>
9+
<version>7.64.1</version>
1010
<name>Makelangelo</name>
1111
<description>Makelangelo Software is a Java program that prepares art for CNC plotters. It is especially designed for the Makelangelo Robot.
1212
It pairs really well with Marlin-polargraph, the code in the brain of the robot that receives instructions and moves the motors.</description>
@@ -584,13 +584,11 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
584584
<groupId>com.github.marginallyclever</groupId>
585585
<artifactId>nodegraphcore</artifactId>
586586
<version>1.0.30</version>
587-
<scope>compile</scope>
588587
</dependency>
589588
<dependency>
590589
<groupId>com.github.marginallyclever</groupId>
591590
<artifactId>donatello</artifactId>
592-
<version>1.3.0</version>
593-
<scope>compile</scope>
591+
<version>1.4.0</version>
594592
</dependency>
595593

596594
<!-- read audio files -->

0 commit comments

Comments
 (0)