diff --git a/core/build.gradle b/core/build.gradle index ca1393d..ef4273c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -21,7 +21,7 @@ dependencies { api 'com.github.Fernthedev:java-api-for-mysql:4c51dbe' // For MySQL annotations - api 'com.github.Fernthedev:fern-configmanager:1.3.0' // Check github releases tag for the version. + api 'com.github.Fernthedev:fern-configmanager:1.4.0' // Check github releases tag for the version. // 2. Use Guava types in your public API: implementation("com.google.guava:guava:30.1.1-jre")