Skip to content

Commit

Permalink
Merge branch 'main' into update-jna
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Dec 29, 2024
2 parents 45b5e8d + d83dca4 commit eb677a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ object Deps {
ivy"com.caoccao.javet:javet-macos:4.0.0"
)

val jline = ivy"org.jline:jline:3.27.1"
val jline = ivy"org.jline:jline:3.28.0"
val jnaVersion = "5.16.0"

val jna = ivy"net.java.dev.jna:jna:${jnaVersion}"
val jnaPlatform = ivy"net.java.dev.jna:jna-platform:${jnaVersion}"

Expand Down

0 comments on commit eb677a9

Please sign in to comment.