Skip to content

Commit

Permalink
Bump Apollo to 1.0.8 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature authored Jan 16, 2024
1 parent 72d8bae commit e96720c
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,14 +53,14 @@ 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.0.7</version>
<version>1.0.8</version>
<scope>provided</scope>
</dependency>
<!-- For Adventure support add the following dependency. -->
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-extra-adventure4</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -69,20 +69,20 @@ Visiting the root of the repository in a web browser will redirect to this page,
<Tab>
```groovy filename="build.gradle"
dependencies {
compileOnly 'com.lunarclient:apollo-api:1.0.7'
compileOnly 'com.lunarclient:apollo-api:1.0.8'
// For Adventure support add the following dependency.
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.0.7'
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.0.8'
}
```
</Tab>
<Tab>
```kotlin filename="build.gradle.kts"
dependencies {
compileOnly("com.lunarclient:apollo-api:1.0.7")
compileOnly("com.lunarclient:apollo-api:1.0.8")

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

1 comment on commit e96720c

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on e96720c Jan 16, 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://0b30b379.lunarclient-dev.pages.dev

Please sign in to comment.