We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bc523 commit 1c409ccCopy full SHA for 1c409cc
core/pom.rb
@@ -37,7 +37,7 @@
37
jar 'com.github.jnr:jnr-unixsocket:0.3'
38
jar 'com.github.jnr:jnr-posix:3.0.7'
39
jar 'com.github.jnr:jnr-constants:0.8.6-SNAPSHOT'
40
- jar 'com.github.jnr:jnr-ffi:2.0.0-SNAPSHOT'
+ jar 'com.github.jnr:jnr-ffi:2.0.0'
41
jar 'com.github.jnr:jffi:${jffi.version}'
42
jar 'com.github.jnr:jffi:${jffi.version}:native'
43
core/pom.xml
@@ -81,7 +81,7 @@
81
<dependency>
82
<groupId>com.github.jnr</groupId>
83
<artifactId>jnr-ffi</artifactId>
84
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
85
</dependency>
86
87
0 commit comments