Skip to content

Commit c05206f

Browse files
committed
Add DevAuth, bump versions
1 parent bc24681 commit c05206f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

build.gradle

+8-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ repositories {
1515
// Uncomment to build with local Denizen-Core changes
1616
// mavenLocal()
1717
maven {
18-
name "Denizen"
19-
url "https://maven.citizensnpcs.co/repo"
18+
name = "Denizen"
19+
url = "https://maven.citizensnpcs.co/repo"
20+
}
21+
maven {
22+
name = "DevAuth"
23+
url = "https://pkgs.dev.azure.com/djtheredstoner/DevAuth/_packaging/public/maven/v1"
2024
}
2125
maven {
2226
name = "CottonMC"
@@ -35,6 +39,8 @@ dependencies {
3539

3640
implementation include("com.denizenscript:denizencore:${project.denizencore_version}")
3741
implementation include("org.yaml:snakeyaml:${project.snakeyaml_version}")
42+
43+
modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:${project.devauth_version}")
3844
}
3945

4046

gradle.properties

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.parallel = true
44

55
# Fabric Properties
66
minecraft_version=1.19.3
7-
yarn_mappings=1.19.3+build.4
7+
yarn_mappings=1.19.3+build.5
88
loader_version=0.14.12
99

1010
# Mod Properties
@@ -13,7 +13,8 @@ maven_group = com.denizenscript
1313
archives_base_name = clientizen
1414

1515
# Dependencies
16-
fabric_version=0.69.1+1.19.3
17-
libgui_version=6.5.0+1.19.3
16+
fabric_version=0.72.0+1.19.3
17+
libgui_version=6.5.1+1.19.3
1818
denizencore_version=1.90.2-SNAPSHOT
1919
snakeyaml_version=1.33
20+
devauth_version=1.1.0

0 commit comments

Comments
 (0)