Skip to content

Commit

Permalink
refactor(migrate to newer Lichess open end challenge)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalpp authored Jun 23, 2024
1 parent 4cf2bb9 commit 5b8461d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- finally, compile the code ``` mvn compile ```
- Please note you need to follow the same steps as adding Chesslise for your own local bot
- build the project ``` mvn package ```
- run the application ``` java -jar /target/Chesslise-14-SNAPSHOT-jar-with-dependencies.jar ```
- run the application ``` java -jar /target/Chesslise-14.3-SNAPSHOT-jar-with-dependencies.jar ```


# API
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>ChessLise</artifactId>
<version>14.1-SNAPSHOT</version>
<version>14.3-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>io.github.tors42</groupId>
<artifactId>chariot</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
</dependency>
<dependency>
<groupId>io.github.sornerol</groupId>
Expand Down

0 comments on commit 5b8461d

Please sign in to comment.