Bump `nether-pathfinder` to 0.20

This commit is contained in:
Brady 2023-06-29 18:50:29 -05:00
parent f30cb916bd
commit 974b86aac1
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 2 additions and 2 deletions

View File

@ -175,9 +175,9 @@ dependencies {
transitive = false transitive = false
} }
launchAnnotationProcessor 'org.spongepowered:mixin:0.8.4-SNAPSHOT:processor' launchAnnotationProcessor 'org.spongepowered:mixin:0.8.4-SNAPSHOT:processor'
launchImplementation('dev.babbaj:nether-pathfinder:0.18') launchImplementation('dev.babbaj:nether-pathfinder:0.20')
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
implementation 'dev.babbaj:nether-pathfinder:0.18' implementation 'dev.babbaj:nether-pathfinder:0.20'
} }
mixin { mixin {