Skip to content

Commit

Permalink
Update jna to 5.15.0 (#3807)
Browse files Browse the repository at this point in the history
Pull request: #3807
  • Loading branch information
lefou authored Oct 22, 2024
1 parent 378adf0 commit 4971c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object Deps {
)

val jline = ivy"org.jline:jline:3.26.3"
val jnaVersion = "5.14.0"
val jnaVersion = "5.15.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 4971c88

Please sign in to comment.