Skip to content

Commit c02153b

Browse files
authored
Bump Apollo to 1.1.1 (#14)
1 parent 28f7a09 commit c02153b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

maven-repository.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Visiting the root of the repository in a web browser will redirect to this page,
5353
<dependency>
5454
<groupId>com.lunarclient</groupId>
5555
<artifactId>apollo-api</artifactId>
56-
<version>1.1.0</version>
56+
<version>1.1.1</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<!-- For Adventure support add the following dependency. -->
6060
<dependency>
6161
<groupId>com.lunarclient</groupId>
6262
<artifactId>apollo-extra-adventure4</artifactId>
63-
<version>1.1.0</version>
63+
<version>1.1.1</version>
6464
<scope>provided</scope>
6565
</dependency>
6666
</dependencies>
@@ -69,20 +69,20 @@ Visiting the root of the repository in a web browser will redirect to this page,
6969
<Tab>
7070
```groovy filename="build.gradle"
7171
dependencies {
72-
compileOnly 'com.lunarclient:apollo-api:1.1.0'
72+
compileOnly 'com.lunarclient:apollo-api:1.1.1'
7373
7474
// For Adventure support add the following dependency.
75-
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.0'
75+
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.1'
7676
}
7777
```
7878
</Tab>
7979
<Tab>
8080
```kotlin filename="build.gradle.kts"
8181
dependencies {
82-
compileOnly("com.lunarclient:apollo-api:1.1.0")
82+
compileOnly("com.lunarclient:apollo-api:1.1.1")
8383

8484
// For Adventure support add the following dependency.
85-
compileOnly("com.lunarclient:apollo-extra-adventure4:1.1.0")
85+
compileOnly("com.lunarclient:apollo-extra-adventure4:1.1.1")
8686
}
8787
```
8888
</Tab>

0 commit comments

Comments
 (0)