Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dragin <[email protected]>
  • Loading branch information
Quadragintillion authored Aug 26, 2023
1 parent fba4725 commit dbb7946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Result (click):

```gradle
repositories {
maven { url 'https://repo.codemc.io/repository/maven-snapshots/' }
maven { url 'https://repo.codemc.io/repository/maven-releases/' }
}
dependencies {
Expand All @@ -62,7 +62,7 @@ dependencies {

```kotlin
repositories {
maven(url = "https://repo.codemc.io/repository/maven-snapshots/")
maven(url = "https://repo.codemc.io/repository/maven-releases/")
}

dependencies {
Expand Down

0 comments on commit dbb7946

Please sign in to comment.