1.7.1-SNAPSHOT
This commit is contained in:
parent
6219d30e4e
commit
90da6b0801
6 changed files with 19 additions and 17 deletions
|
|
@ -112,7 +112,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
|
|||
<dependency>
|
||||
<groupId>cloud.commandframework</groupId>
|
||||
<artifactId>cloud-PLATFORM</artifactId>
|
||||
<version>1.7.0</version>
|
||||
<version>1.7.1</version>
|
||||
</dependency>
|
||||
<!--
|
||||
~ Optional: Allows you to use annotated methods
|
||||
|
|
@ -121,7 +121,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi
|
|||
<dependency>
|
||||
<groupId>cloud.commandframework</groupId>
|
||||
<artifactId>cloud-annotations</artifactId>
|
||||
<version>1.7.0</version>
|
||||
<version>1.7.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -182,7 +182,7 @@ repositories {
|
|||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("cloud.commandframework", "cloud-PLATFORM", "1.7.0")
|
||||
implementation("cloud.commandframework", "cloud-PLATFORM", "1.7.1")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue