File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ ** v2.5.1** Recommend JRuby-9.2.19.0 use.
2
+
1
3
** v2.5.0** Refactor noise to delegate pattern and make OpenSimplex2 noise default noise, implement pdf and svg export libraries.
2
4
Recommend JRuby-9.2.16.0 use
3
5
4
6
** v2.4.2** Update to use jruby-complete-9.2.14.0, regularise video/sound downloadswhen no processing ide.
5
7
6
- ** v2.4.1** Update to use jruby-complete-9.2.13.0
8
+ ** v2.4.1** Update to use jruby-complete-9.2.13.0
7
9
8
- ** v2.4.1** Update to use jruby-complete-9.2.12.0
10
+ ** v2.4.1** Update to use jruby-complete-9.2.12.0
9
11
10
12
** v2.4.0** Update to use jruby-complete-9.2.11.1 recommended java version AdoptOpenJDK-13+ or Openj9-14+
11
13
Original file line number Diff line number Diff line change 32
32
'batik.version' => '1.14' ,
33
33
'jruby.api' => 'http://jruby.org/apidocs/' )
34
34
35
- pom 'org.jruby:jruby:9.2.18 .0'
35
+ pom 'org.jruby:jruby:9.2.19 .0'
36
36
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
37
37
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
38
38
jar 'org.processing:video:3.0.2'
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ DO NOT MODIFY - GENERATED CODE
76
76
<dependency >
77
77
<groupId >org.jruby</groupId >
78
78
<artifactId >jruby</artifactId >
79
- <version >9.2.18 .0</version >
79
+ <version >9.2.19 .0</version >
80
80
<type >pom</type >
81
81
</dependency >
82
82
<dependency >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WARNING = <<~WARN
11
11
12
12
WARN
13
13
# https://github.com/processing/processing-video/releases/download/r6-v2.0-beta4/video-2.0-beta4.zip
14
- JRUBYC_VERSION = '9.2.18 .0'
14
+ JRUBYC_VERSION = '9.2.19 .0'
15
15
SOUND = 'sound.zip'
16
16
SOUND_VERSION = 'v2.2.3'
17
17
VIDEO = 'video.zip'
You can’t perform that action at this time.
0 commit comments