@@ -53,14 +53,14 @@ Visiting the root of the repository in a web browser will redirect to this page,
53
53
<dependency >
54
54
<groupId >com.lunarclient</groupId >
55
55
<artifactId >apollo-api</artifactId >
56
- <version >1.1.0 </version >
56
+ <version >1.1.1 </version >
57
57
<scope >provided</scope >
58
58
</dependency >
59
59
<!-- For Adventure support add the following dependency. -->
60
60
<dependency >
61
61
<groupId >com.lunarclient</groupId >
62
62
<artifactId >apollo-extra-adventure4</artifactId >
63
- <version >1.1.0 </version >
63
+ <version >1.1.1 </version >
64
64
<scope >provided</scope >
65
65
</dependency >
66
66
</dependencies >
@@ -69,20 +69,20 @@ Visiting the root of the repository in a web browser will redirect to this page,
69
69
<Tab >
70
70
``` groovy filename="build.gradle"
71
71
dependencies {
72
- compileOnly 'com.lunarclient:apollo-api:1.1.0 '
72
+ compileOnly 'com.lunarclient:apollo-api:1.1.1 '
73
73
74
74
// 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 '
76
76
}
77
77
```
78
78
</Tab >
79
79
<Tab >
80
80
``` kotlin filename="build.gradle.kts"
81
81
dependencies {
82
- compileOnly(" com.lunarclient:apollo-api:1.1.0 " )
82
+ compileOnly(" com.lunarclient:apollo-api:1.1.1 " )
83
83
84
84
// 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 " )
86
86
}
87
87
```
88
88
</Tab >
0 commit comments