diff --git a/README.md b/README.md index d7432efdc..6881e993b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +# ABANDONED PROJECT + +Please move to: [UMA](https://github.com/InvalidDavid/UMA) + +> # NOTE: +> +> This plugin can still work in the future but will not receive any updates if somethings breaks! +Support Server: [![Discord][discord-shield]][discord-url] + +[discord-shield]: https://img.shields.io/discord/1518057632064209017?style=for-the-badge&logo=discord&label=Discord&color=5865F2 +[discord-url]: https://discord.gg/CyJeVDP7Cw + # kotatsu-parsers This library provides a collection of manga parsers for convenient access to manga available on the web. It can be used in diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 77ce34a61..31e2e936f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.2.10" -ksp = "2.2.10-2.0.2" +ksp = "2.3.10" coroutines = "1.10.2" junit = "5.14.3" okhttp = "5.3.2"