Skip to content

Commit

Permalink
Make progressbar working on Apple M1
Browse files Browse the repository at this point in the history
There is an issue with jline at Apple M1
jline/jline3#688
The WA is to update to 3.21.0
  • Loading branch information
snuyanzin authored and ctongfei committed Nov 21, 2021
1 parent 7bfde4a commit c812e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.20.0</version>
<version>3.21.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c812e40

Please sign in to comment.