Skip to content

Commit

Permalink
Merge pull request #159 from brett-smith/main
Browse files Browse the repository at this point in the history
Use finely grained `jline-terminal` rather than bundle jar `jline`.
  • Loading branch information
ctongfei authored Jan 2, 2024
2 parents 5af6755 + 1e13361 commit 7becb42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
<dependencies>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.23.0</version>
<artifactId>jline-terminal</artifactId>
<version>3.24.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module me.tongfei.progressbar {
requires org.jline;
requires org.jline.terminal;
exports me.tongfei.progressbar;
}

0 comments on commit 7becb42

Please sign in to comment.