Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
jar 'org.jruby.jcodings:jcodings:1.0.22'
jar 'org.jruby:dirgra:0.3'

jar 'com.headius:invokebinder:1.8'
jar 'com.headius:invokebinder:1.9'
jar 'com.headius:options:1.4'
jar 'com.headius:unsafe-fences:1.0'

4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -183,7 +183,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
<version>1.0.22-SNAPSHOT</version>
<version>1.0.22</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>
@@ -193,7 +193,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.headius</groupId>
<artifactId>invokebinder</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.9</version>
</dependency>
<dependency>
<groupId>com.headius</groupId>

0 comments on commit ac5b4c8

Please sign in to comment.