Skip to content

Commit

Permalink
Fix #185, update README with correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 27, 2017
1 parent 27346d0 commit 4ca790c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2002-2016, the original author or authors.
Copyright (c) 2002-2017, the original author or authors.
This software is distributable under the BSD license. See the terms of the
BSD license in the documentation provided with this software.
Expand Down Expand Up @@ -38,20 +38,20 @@ Use the following definition to use JLine in your maven project:
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.3.0</version>
<version>3.5.1</version>
</dependency>

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

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

# Building
Expand Down

0 comments on commit 4ca790c

Please sign in to comment.