Skip to content

Commit

Permalink
Use jnr-constants 0.9.0-SNAPSHOT. Fixes #3189.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Aug 18, 2015
1 parent 7032f34 commit 3efcd1d
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 @@ -45,7 +45,7 @@
jar 'com.github.jnr:jnr-x86asm:1.0.2'
jar 'com.github.jnr:jnr-unixsocket:0.8'
jar 'com.github.jnr:jnr-posix:3.0.15'
jar 'com.github.jnr:jnr-constants:0.8.8'
jar 'com.github.jnr:jnr-constants:0.9.0-SNAPSHOT'
jar 'com.github.jnr:jnr-ffi:2.0.3'
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 @@ -117,7 +117,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.8.8</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down

0 comments on commit 3efcd1d

Please sign in to comment.