Skip to content

Commit

Permalink
Update jna to 5.16.0 (#4200)
Browse files Browse the repository at this point in the history
Co-authored-by: Li Haoyi <haoyi.sg@gmail.com>
  • Loading branch information
lefou and lihaoyi authored Dec 30, 2024
1 parent a9669e5 commit fcbbfe9
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 @@ -139,7 +139,8 @@ object Deps {
)

val jline = ivy"org.jline:jline:3.28.0"
val jnaVersion = "5.15.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 fcbbfe9

Please # to comment.