Skip to content

Commit

Permalink
[ck skip] Updated maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 authored Oct 1, 2024
1 parent 5fbb4cd commit 6a7501f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
```kotlin
repositories {
maven {
url = "http://maven.moliatopia.icu/repository/maven-snapshots/"
url = "http://maven.nostal.ink/repository/maven-snapshots/"
}
}

dependencies {
compileOnly("me.earthme.luminol:luminol-api:1.20.6-R0.1-SNAPSHOT")
compileOnly("me.earthme.luminol:luminol-api:1.20.4-R0.1-20241001.135101-1")
}
```

Expand All @@ -47,16 +47,16 @@ dependencies {
```xml
<repositories>
<repository>
<id>moliatopia</id>
<url>http://maven.moliatopia.icu/repository/maven-snapshots/</url>
<id>nostal</id>
<url>http://maven.nostal.ink/repository/maven-snapshots/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>me.earthme.luminol</groupId>
<artifactId>luminol-api</artifactId>
<version>1.20.6-R0.1-SNAPSHOT</version>
<version>1.20.4-R0.1-20241001.135101-1</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 6a7501f

Please sign in to comment.