Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Straikerinos committed Dec 20, 2024
1 parent 9250467 commit fdb3c15
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ We bring the most useful and most wanted features directly for developers. From

## Requirements
- **Java 1.8** or newer
- (Used only in the Bukkit side) **Guava** & **Gson** libraries

## Built-in loaders:
- CraftBukkit, Spigot and all forks
Expand All @@ -29,7 +28,7 @@ We bring the most useful and most wanted features directly for developers. From
<dependency>
<groupId>com.github.TheDevTec</groupId>
<artifactId>TheAPI</artifactId>
<version>13.4</version>
<version>13.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -42,7 +41,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly "com.github.TheDevTec:TheAPI:13.4"
compileOnly "com.github.TheDevTec:TheAPI:13.5"
}
```

Expand Down

0 comments on commit fdb3c15

Please sign in to comment.