Skip to content

Commit

Permalink
Bump Apollo to 1.1.5 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature authored Sep 5, 2024
1 parent 976bfa1 commit 029c3e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions maven-repository.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,34 +53,34 @@ Visiting the root of the repository in a web browser will redirect to this page,
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-api</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
<!-- For Adventure support add the following dependency. -->
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-extra-adventure4</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
</dependencies>
```
</Tab>
<Tab>
```groovy filename="build.gradle"
dependencies {
compileOnly 'com.lunarclient:apollo-api:1.1.4'
compileOnly 'com.lunarclient:apollo-api:1.1.5'
// For Adventure support add the following dependency.
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.4'
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.5'
}
```
</Tab>
<Tab>
```kotlin filename="build.gradle.kts"
dependencies {
compileOnly("com.lunarclient:apollo-api:1.1.4")
compileOnly("com.lunarclient:apollo-api:1.1.5")

// For Adventure support add the following dependency.
compileOnly("com.lunarclient:apollo-extra-adventure4:1.1.4")
compileOnly("com.lunarclient:apollo-extra-adventure4:1.1.5")
}
```
</Tab>
Expand Down

1 comment on commit 029c3e0

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on 029c3e0 Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📄 Documentation Deployment

Status:✅ Completed
Environment:production
URL:https://de365a7d.lunarclient-dev.pages.dev

Please sign in to comment.