diff --git a/launcher-fancy/build.gradle b/launcher-fancy/build.gradle index b572da7..bd0f5ab 100644 --- a/launcher-fancy/build.gradle +++ b/launcher-fancy/build.gradle @@ -7,14 +7,14 @@ repositories { maven { - name = 'cottonmc-maven' - url = 'https://server.bbkr.space/artifactory/libs-snapshot/' + name = 'obw maven' + url = 'https://maven.offbeatwit.ch/repository/snapshots' } } dependencies { compile project(':launcher') - compile 'io.github.cottonmc.insubstantial:substance:7.3.1-20190628.121938-1' + compile 'io.github.cottonmc.insubstantial:substance:7.3.1-SNAPSHOT' } shadowJar {