Updated ReflectionUtils

This commit is contained in:
OmerBenGera 2024-05-11 19:54:42 +03:00
parent adcbffe853
commit 6ec87b736f

View File

@ -32,7 +32,7 @@ allprojects {
}
dependencies {
compileOnly "com.bgsoftware.common.reflection:ReflectionUtils:b3"
compileOnly "com.bgsoftware.common.reflection:ReflectionUtils:b5"
}
task checkDebug() {
@ -65,7 +65,7 @@ dependencies {
implementation fileTree(rootProject.archiveFolder.getAbsolutePath())
implementation project(":API")
implementation 'com.bgsoftware.common.reflection:ReflectionUtils:b3'
implementation 'com.bgsoftware.common.reflection:ReflectionUtils:b5'
implementation 'com.bgsoftware.common.updater:Updater:b1'
implementation 'com.bgsoftware.common.config:CommentedConfiguration:b1'
implementation 'com.bgsoftware.common.dependencies:DependenciesManager:b2'