@@ -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.6 </version >
56+ <version >1.1.7 </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.6 </version >
63+ <version >1.1.7 </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.6 '
72+ compileOnly 'com.lunarclient:apollo-api:1.1.7 '
7373
7474 // For Adventure support add the following dependency.
75- compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.6 '
75+ compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.7 '
7676 }
7777 ```
7878 </Tab >
7979 <Tab >
8080 ``` kotlin filename="build.gradle.kts"
8181 dependencies {
82- compileOnly(" com.lunarclient:apollo-api:1.1.6 " )
82+ compileOnly(" com.lunarclient:apollo-api:1.1.7 " )
8383
8484 // For Adventure support add the following dependency.
85- compileOnly(" com.lunarclient:apollo-extra-adventure4:1.1.6 " )
85+ compileOnly(" com.lunarclient:apollo-extra-adventure4:1.1.7 " )
8686 }
8787 ```
8888 </Tab >
0 commit comments