Skip to content

Commit

Permalink
Update readme for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed May 12, 2017
1 parent d5da33b commit 63d9562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ Use the following definition to use JLine in your maven project:
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>

JLine can also be used with more low-level jars:

<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-terminal</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline-reader</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>

# Building
Expand Down

0 comments on commit 63d9562

Please sign in to comment.