File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
eternalcore-core/src/main/java/com/eternalcode/core/configuration Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ object Versions {
1414 const val PAPERLIB = " 1.0.8"
1515 const val ADVENTURE_TEXT_MINIMESSAGE = " 4.25.0"
1616 const val ADVENTURE_PLATFORM = " 4.4.1"
17- const val OKAERI_CONFIGS = " 6.0.0-beta.23 "
17+ const val OKAERI_CONFIGS = " 6.0.0-beta.6 "
1818
1919 const val MARIA_DB = " 3.5.6"
2020 const val POSTGRESQL = " 42.7.8"
Original file line number Diff line number Diff line change 88import com .eternalcode .core .publish .Publisher ;
99import com .eternalcode .multification .notice .resolver .NoticeResolverRegistry ;
1010import com .eternalcode .multification .okaeri .MultificationNoticeSerializer ;
11- import eu .okaeri .configs .ConfigManager ;
1211import eu .okaeri .configs .OkaeriConfig ;
1312import eu .okaeri .configs .serdes .OkaeriSerdesPack ;
1413import eu .okaeri .configs .serdes .commons .SerdesCommons ;
1716import java .util .Collections ;
1817import java .util .HashSet ;
1918import java .util .Set ;
20- import java .util .logging .Logger ;
2119import org .yaml .snakeyaml .DumperOptions ;
2220import org .yaml .snakeyaml .LoaderOptions ;
2321import org .yaml .snakeyaml .Yaml ;
You can’t perform that action at this time.
0 commit comments