Skip to content

Commit

Permalink
Bump Apollo to 1.1.3 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature authored May 31, 2024
1 parent 6035dc6 commit 693170c
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.2</version>
<version>1.1.3</version>
</dependency>
<!-- For Adventure support add the following dependency. -->
<dependency>
<groupId>com.lunarclient</groupId>
<artifactId>apollo-extra-adventure4</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
</dependencies>
```
</Tab>
<Tab>
```groovy filename="build.gradle"
dependencies {
compileOnly 'com.lunarclient:apollo-api:1.1.2'
compileOnly 'com.lunarclient:apollo-api:1.1.3'
// For Adventure support add the following dependency.
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.2'
compileOnly 'com.lunarclient:apollo-extra-adventure4:1.1.3'
}
```
</Tab>
<Tab>
```kotlin filename="build.gradle.kts"
dependencies {
compileOnly("com.lunarclient:apollo-api:1.1.2")
compileOnly("com.lunarclient:apollo-api:1.1.3")

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

1 comment on commit 693170c

@LunarClientBot
Copy link
Collaborator

@LunarClientBot LunarClientBot commented on 693170c May 31, 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://cf3efc84.lunarclient-dev.pages.dev

Please sign in to comment.