Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99e0388

Browse files
committed
Bump jffi to 1.0.7
1 parent 4e5263b commit 99e0388

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build_lib/jffi.jar

1.33 KB
Binary file not shown.

maven/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,16 @@
9393
<dependency>
9494
<groupId>org.jruby.extras</groupId>
9595
<artifactId>jffi</artifactId>
96-
<version>1.0.6</version>
96+
<version>1.0.7</version>
9797
<scope>${jar.scope}</scope>
9898
</dependency>
99+
<dependency>
100+
<groupId>org.jruby.extras</groupId>
101+
<artifactId>jffi</artifactId>
102+
<version>1.0.7</version>
103+
<scope>runtime</scope>
104+
<classifier>native</classifier>
105+
</dependency>
99106
<dependency>
100107
<groupId>org.jruby.extras</groupId>
101108
<artifactId>jaffl</artifactId>

0 commit comments

Comments
 (0)