We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d1265 commit 259decaCopy full SHA for 259deca
1 file changed
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
base.archivesName = "PlatformTools"
8
-version = "1.0.5"
+version = "1.0.6"
9
group = "org.redlance"
10
11
repositories {
@@ -20,7 +20,7 @@ dependencies {
20
api("net.java.dev.jna:jna:5.17.0")
21
22
// macOS
23
- api("com.github.dima-dencep:jfa:f5dd036") {
+ api("com.github.dima-dencep:jfa:2f7d03970f") {
24
exclude(group: "net.java.dev.jna")
25
26
0 commit comments