Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Apr 4, 2024
1 parent 8c2efc0 commit 87e1329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you still didn't find an answer see documentation section below.
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>KOTL</artifactId>
<version>2.8.6</version>
<version>2.8.7</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -55,7 +55,7 @@ repositories {
```
```gradle
dependencies {
compileOnly 'com.github.Despical:KOTL:2.8.6';
compileOnly 'com.github.Despical:KOTL:2.8.7';
}
```
</details>
Expand Down

0 comments on commit 87e1329

Please sign in to comment.