File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 'jogl.version' => '2.3.2'
3333 )
3434
35- pom 'org.jruby:jruby:9.1.16 .0'
35+ pom 'org.jruby:jruby:9.2.0 .0'
3636 jar 'org.processing:core:3.3.7'
3737 jar 'org.processing:video:3.0.2'
3838 jar ( 'org.jogamp.jogl:jogl-all:${jogl.version}' )
8686 )
8787 end
8888
89- plugin ( :compiler , '3.7 .0' ,
89+ plugin ( :compiler , '3.8 .0' ,
9090 source : '${maven.compiler.source}' ,
9191 target : '${maven.compiler.target}'
9292 )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ DO NOT MODIFIY - GENERATED CODE
5858 <dependency >
5959 <groupId >org.jruby</groupId >
6060 <artifactId >jruby</artifactId >
61- <version >9.1.16 .0</version >
61+ <version >9.2.0 .0</version >
6262 <type >pom</type >
6363 </dependency >
6464 <dependency >
@@ -153,7 +153,7 @@ DO NOT MODIFIY - GENERATED CODE
153153 </plugin >
154154 <plugin >
155155 <artifactId >maven-compiler-plugin</artifactId >
156- <version >3.7 .0</version >
156+ <version >3.8 .0</version >
157157 <configuration >
158158 <source >${maven.compiler.source} </source >
159159 <target >${maven.compiler.target} </target >
You can’t perform that action at this time.
0 commit comments