From f21346bf47e8178197a8819aff18fc92e8cc900a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 16 Feb 2020 15:04:28 +0100 Subject: [PATCH] update readme and enchantability --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9543c567..c4124c43 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To add this project as a dependency (for using the [API](https://github.com/Ellp ``` repositories { maven { - url 'https://pkgs.dev.azure.com/Ellpeck/Public/_packaging/All/maven/v1' + url = "https://maven.ellpeck.de" } } diff --git a/build.gradle b/build.gradle index 04512f53..b1ac481f 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ repositories { url = "https://maven.theillusivec4.top/" } maven { - url 'https://pkgs.dev.azure.com/quarris/Enchantability/_packaging/Release%40Local/maven/v1' + url = "https://maven.ellpeck.de" } } @@ -105,7 +105,7 @@ dependencies { compile fg.deobf("com.blamejared.crafttweaker:CraftTweaker-1.15.1:6.0.0.4") compile fg.deobf("vazkii.patchouli:Patchouli:1.15.2-1.1-25.16") - compile fg.deobf("quarris.enchantability:enchantability:1.3.0.7") + compile fg.deobf("quarris.enchantability:enchantability:5.0.1") runtimeOnly fg.deobf("top.theillusivec4.curios:curios:FORGE-1.15.2-2.0-beta2") compileOnly fg.deobf("top.theillusivec4.curios:curios:FORGE-1.15.2-2.0-beta2:api")