Skip to content

Commit

Permalink
Bump Apollo to 1.1.2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature authored Apr 6, 2024
1 parent c02153b commit 4dfe503
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.1.1</version>
<version>1.1.2</version>
<scope>provided</scope>
</dependency>
<!-- For Adventure support add the following dependency. -->
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-extra-adventure4</artifactId>
<version>1.1.1</version>
<version>1.1.2</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.1.1'
compileOnly 'com.lunarclient:apollo-api:1.1.2'
// For Adventure support add the following dependency.
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.1'
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.2'
}
```
</Tab>
<Tab>
```kotlin filename="build.gradle.kts"
dependencies {
compileOnly("com.lunarclient:apollo-api:1.1.1")
compileOnly("com.lunarclient:apollo-api:1.1.2")

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

1 comment on commit 4dfe503

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on 4dfe503 Apr 6, 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://ab74c9eb.lunarclient-dev.pages.dev

Please sign in to comment.