From 6a7501f0eb22752c10793d1c69b7d0a27334d097 Mon Sep 17 00:00:00 2001 From: M2ke4U <79621885+MrHua269@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:15:48 +0800 Subject: [PATCH] [ck skip] Updated maven repo --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b595677..8423cd8 100644 --- a/README.md +++ b/README.md @@ -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") } ``` @@ -47,8 +47,8 @@ dependencies { ```xml - moliatopia - http://maven.moliatopia.icu/repository/maven-snapshots/ + nostal + http://maven.nostal.ink/repository/maven-snapshots/ @@ -56,7 +56,7 @@ dependencies { me.earthme.luminol luminol-api - 1.20.6-R0.1-SNAPSHOT + 1.20.4-R0.1-20241001.135101-1 ```