Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Commit

Permalink
Update Maven Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Speckhals committed Dec 10, 2018
1 parent 306a0ba commit 4d8d617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,7 @@ CompactLichess is a Java 8+ library which allows you to interact with the Liches
- [More information](https://compactchess.cc/lichess)
- [Downloads](https://github.com/hell-sh/CompactLichess/releases) (dependencies not included)

## Maven2
## Maven

<repositories>
<repository>
Expand All @@ -17,6 +17,6 @@ CompactLichess is a Java 8+ library which allows you to interact with the Liches
<dependency>
<groupId>sh.hell</groupId>
<artifactId>compactlichess</artifactId>
<version>LATEST</version>
<version>[1.0.6,2.0)</version>
</dependency>
</dependencies>
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -41,17 +41,17 @@
<dependency>
<groupId>sh.hell</groupId>
<artifactId>compactchess</artifactId>
<version>LATEST</version>
<version>[2.6.4,3.0)</version>
</dependency>
<dependency>
<groupId>com.eclipsesource.minimal-json</groupId>
<artifactId>minimal-json</artifactId>
<version>LATEST</version>
<version>0.9.5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>LATEST</version>
<version>[4.12,5.0)</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4d8d617

Please sign in to comment.