diff --git a/maven-repository.mdx b/maven-repository.mdx index c2923e0..e078c9b 100644 --- a/maven-repository.mdx +++ b/maven-repository.mdx @@ -54,14 +54,12 @@ Visiting the root of the repository in a web browser will redirect to this page, <groupId>com.lunarclient</groupId> <artifactId>apollo-api</artifactId> <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.2</version> - <scope>provided</scope> </dependency> </dependencies> ```