We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffeace5 commit e45c530Copy full SHA for e45c530
build.sc
@@ -33,7 +33,7 @@ val backwardCompatibleVersions: Seq[String] = Seq("0.9.0")
33
34
object Deps {
35
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.6"
36
- val jna = ivy"net.java.dev.jna:jna:5.12.1"
+ val jna = ivy"net.java.dev.jna:jna:5.13.0"
37
val geny = ivy"com.lihaoyi::geny::1.0.0"
38
val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.0"
39
val utest = ivy"com.lihaoyi::utest::0.8.1"
0 commit comments