Skip to content

Commit e45c530

Browse files
Update jna to 5.13.0 (#148)
Pull request: #148
1 parent ffeace5 commit e45c530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ val backwardCompatibleVersions: Seq[String] = Seq("0.9.0")
3333

3434
object Deps {
3535
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.6"
36-
val jna = ivy"net.java.dev.jna:jna:5.12.1"
36+
val jna = ivy"net.java.dev.jna:jna:5.13.0"
3737
val geny = ivy"com.lihaoyi::geny::1.0.0"
3838
val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.0"
3939
val utest = ivy"com.lihaoyi::utest::0.8.1"

0 commit comments

Comments
 (0)