Skip to content

Commit 7abfdb1

Browse files
committed
Update jna to 5.16.0
1 parent ce59250 commit 7abfdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val scalaVersions = Seq(
2121

2222
object Deps {
2323
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.16"
24-
val jna = ivy"net.java.dev.jna:jna:5.15.0"
24+
val jna = ivy"net.java.dev.jna:jna:5.16.0"
2525
val geny = ivy"com.lihaoyi::geny::1.1.1"
2626
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
2727
val utest = ivy"com.lihaoyi::utest::0.8.4"

0 commit comments

Comments
 (0)