Skip to content

Commit

Permalink
Update jline to 3.28.0 (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored Dec 29, 2024
1 parent d663c03 commit d83dca4
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 @@ -138,7 +138,7 @@ 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.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 d83dca4

Please sign in to comment.