Skip to content

Commit

Permalink
Use jnr-ffi 2.0.3 to gain ppc64le support.
Browse files Browse the repository at this point in the history
jnr/jnr-ffi#40 and related issues.
  • Loading branch information
headius committed Apr 23, 2015
1 parent aef1340 commit eec8d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Expand Up @@ -46,7 +46,7 @@
jar 'com.github.jnr:jnr-unixsocket:0.7'
jar 'com.github.jnr:jnr-posix:3.0.11'
jar 'com.github.jnr:jnr-constants:0.8.6'
jar 'com.github.jnr:jnr-ffi:2.0.2'
jar 'com.github.jnr:jnr-ffi:2.0.3-SNAPSHOT'
jar 'com.github.jnr:jffi:${jffi.version}'
jar 'com.github.jnr:jffi:${jffi.version}:native'

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.0.2</version>
<version>2.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down

0 comments on commit eec8d16

Please sign in to comment.