Updated libs

This commit is contained in:
OmerBenGera 2024-04-29 18:22:59 +03:00
parent fe162cce00
commit 74ec9e977c
1 changed files with 3 additions and 3 deletions

View File

@ -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'