mirror of
https://github.com/BG-Software-LLC/WildLoaders.git
synced 2024-11-23 12:05:22 +01:00
Updated libs
This commit is contained in:
parent
fe162cce00
commit
74ec9e977c
@ -32,7 +32,7 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly "com.bgsoftware.common.reflection:ReflectionUtils:b2"
|
||||
compileOnly "com.bgsoftware.common.reflection:ReflectionUtils:b3"
|
||||
}
|
||||
|
||||
task checkDebug() {
|
||||
@ -65,8 +65,8 @@ dependencies {
|
||||
implementation fileTree(rootProject.archiveFolder.getAbsolutePath())
|
||||
implementation project(":API")
|
||||
|
||||
implementation 'com.bgsoftware.common.reflection:ReflectionUtils:b2'
|
||||
implementation 'com.bgsoftware.common.config:CommentedConfiguration:1.0.3'
|
||||
implementation 'com.bgsoftware.common.reflection:ReflectionUtils:b3'
|
||||
implementation 'com.bgsoftware.common.config:CommentedConfiguration:b1'
|
||||
implementation 'com.bgsoftware.common.dependencies:DependenciesManager:b2'
|
||||
implementation 'com.bgsoftware.common.nmsloader:NMSLoader:b3'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user