We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff5fa5 commit 3e811f7Copy full SHA for 3e811f7
lib/arcball.jar
-12.2 KB
pom.rb
@@ -32,7 +32,7 @@
32
)
33
34
pom('org.jruby:jruby:9.1.8.0')
35
- jar('org.processing:core:3.2.3')
+ jar('org.processing:core:3.3.2')
36
37
plugin_management do
38
plugin :resources, '2.6'
pom.xml
@@ -57,7 +57,7 @@ DO NOT MODIFIY - GENERATED CODE
57
<dependency>
58
<groupId>org.processing</groupId>
59
<artifactId>core</artifactId>
60
- <version>3.2.3</version>
+ <version>3.3.2</version>
61
</dependency>
62
</dependencies>
63
<build>
0 commit comments