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 committed Nov 20, 2021
1 parent e252b4a commit 8379f01
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 8379f01

Please sign in to comment.