Skip to content

Commit

Permalink
Update jline from 3.24.1 to 3.25.0 (#2962)
Browse files Browse the repository at this point in the history
Pull request: #2962
  • Loading branch information
lefou authored Jan 10, 2024
1 parent 8eb07d7 commit 1377356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ object Deps {

val jgraphtCore = ivy"org.jgrapht:jgrapht-core:1.4.0" // 1.5.0+ dont support JDK8

val jline = ivy"org.jline:jline:3.24.1"
val jline = ivy"org.jline:jline:3.25.0"
val jnaVersion = "5.14.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 1377356

Please sign in to comment.