Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion headlessmc-auth/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies {
api project(':headlessmc-api')
api 'net.raphimc:MinecraftAuth:4.1.2'
api 'net.raphimc:MinecraftAuth:5.0.0'
}
2 changes: 1 addition & 1 deletion headlessmc-launcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
jarLibsApi project(':headlessmc-logging')
jarLibsApi project(':headlessmc-lwjgl')
jarLibsApi project(':headlessmc-auth')
jarLibsApi 'net.raphimc:MinecraftAuth:4.1.2'
jarLibsApi 'net.raphimc:MinecraftAuth:5.0.0'

jarLibs group: 'org.ow2.asm', name: 'asm', version: '9.9'
jarLibs group: 'org.ow2.asm', name: 'asm-tree', version: '9.9'
Expand Down
Loading