Skip to content

Commit

Permalink
Merge pull request #17 from eed3si9n/wip/jna
Browse files Browse the repository at this point in the history
JNA 5.8.0
  • Loading branch information
eed3si9n authored Jun 5, 2021
2 parents f196485 + cc56957 commit 6741a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import scala.collection.mutable.ArrayBuffer
import scala.util.Try
import scala.sys.process._

val jnaVersion = "5.5.0"
val jnaVersion = "5.8.0"
val jna = "net.java.dev.jna" % "jna" % jnaVersion

val jnaPlatform = "net.java.dev.jna" % "jna-platform" % jnaVersion
Expand Down

0 comments on commit 6741a7d

Please sign in to comment.