Skip to content

Commit

Permalink
Use KNA 0.1.5 for proper statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Dec 17, 2020
1 parent 6e33919 commit 104f39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repositories {
}

dependencies {
implementation group: 'org.jire', name: 'kna', version: '0.1.2'
implementation group: 'org.jire', name: 'kna', version: '0.1.5'

implementation group: 'net.java.dev.jna', name: 'jna', version: jnaVersion
implementation group: 'net.java.dev.jna', name: 'jna-platform', version: jnaVersion
Expand Down

0 comments on commit 104f39c

Please sign in to comment.