Skip to content

Commit 9aefbe2

Browse files
fixed unknown dependency
1 parent b6e61cf commit 9aefbe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mojangauth.proxy.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@file:Repository("https://litarvan.github.io/maven")
2-
@file:DependsOn("fr.litarvan:openauth:1.1.3")
1+
@file:Repository("https://jitpack.io")
2+
@file:DependsOn("com.github.Litarvan:OpenAuth:v1.1.4")
33
@file:Import("gui.kt")
44

55
import me.marvin.proxy.utils.*
@@ -72,4 +72,4 @@ fun openGui(): Gui = Gui().apply {
7272
logger.info("[Mojang Auth] Failed to log in! ($name)")
7373
}
7474
})
75-
}
75+
}

0 commit comments

Comments
 (0)