mirror of
https://github.com/Eyre-S/Coeur-Morny-Cono.git
synced 2024-11-22 03:04:54 +08:00
remove unused dependency and update README
This commit is contained in:
parent
58fb126394
commit
7c1549e35f
24
README.md
24
README.md
@ -17,7 +17,10 @@
|
|||||||
[//]: # ([Task Listing][todo] | [~~BBS~~][issues] | [Published][artifact])
|
[//]: # ([Task Listing][todo] | [~~BBS~~][issues] | [Published][artifact])
|
||||||
[badge_release_img]: https://img.shields.io/github/v/release/Eyre-S/Coeur-Morny-Cono?display_name=release&label=latest&color=#00fa9a
|
[badge_release_img]: https://img.shields.io/github/v/release/Eyre-S/Coeur-Morny-Cono?display_name=release&label=latest&color=#00fa9a
|
||||||
[badge_release_target]: https://mvn.sukazyo.cc/#/releases/cc/sukazyo/morny-coeur
|
[badge_release_target]: https://mvn.sukazyo.cc/#/releases/cc/sukazyo/morny-coeur
|
||||||
[badge_tests_img]: https://img.shields.io/github/actions/workflow/status/Eyre-S/Coeur-Morny-Cono/test?label=Tests&color=dark-green
|
[//]: # (on branch master)
|
||||||
|
[//]: # ([badge_tests_img]: https://img.shields.io/github/actions/workflow/status/Eyre-S/Coeur-Morny-Cono/test.yml?branch=master&label=Tests)
|
||||||
|
[//]: # (on branch 2.0.0)
|
||||||
|
[badge_tests_img]: https://img.shields.io/github/actions/workflow/status/Eyre-S/Coeur-Morny-Cono/test.yml?branch=2.0.0&label=Tests%20on%202.0.0
|
||||||
[badge_snapshot_img]: https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmvn.sukazyo.cc%2Fsnapshots%2Fcc%2Fsukazyo%2Fmorny-coeur%2Fmaven-metadata.xml&label=snapshots&color=%231e90ff
|
[badge_snapshot_img]: https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmvn.sukazyo.cc%2Fsnapshots%2Fcc%2Fsukazyo%2Fmorny-coeur%2Fmaven-metadata.xml&label=snapshots&color=%231e90ff
|
||||||
[badge_snapshot_target]: https://mvn.sukazyo.cc/#/snapshots/cc/sukazyo/morny-coeur
|
[badge_snapshot_target]: https://mvn.sukazyo.cc/#/snapshots/cc/sukazyo/morny-coeur
|
||||||
[![GitHub release][badge_release_img]][badge_release_target]
|
[![GitHub release][badge_release_img]][badge_release_target]
|
||||||
@ -45,16 +48,19 @@
|
|||||||
[tg4j]: https://github.com/pengrad/java-telegram-bot-api
|
[tg4j]: https://github.com/pengrad/java-telegram-bot-api
|
||||||
[okhttp]: https://square.github.io/okhttp/
|
[okhttp]: https://square.github.io/okhttp/
|
||||||
[gson]: https://github.com/google/gson
|
[gson]: https://github.com/google/gson
|
||||||
[sttp]: https://github.com/softwaremill/sttp
|
[scalatest]: https://scalatest.org/
|
||||||
|
[messiva]: https://github.com/suk-ws/messiva
|
||||||
|
[resource-tools]: https://github.com/Eyre-S/ResourceTools
|
||||||
|
[sttp]: https://sttp.softwaremill.com/
|
||||||
[circe]: https://circe.github.io/circe/
|
[circe]: https://circe.github.io/circe/
|
||||||
[jsoup]: https://jsoup.org/
|
[jsoup]: https://jsoup.org/
|
||||||
[cron-utils]: http://cron-parser.com/
|
[cron-utils]: https://github.com/jmrozanec/cron-utils
|
||||||
[scalatest]: https://scalatest.org/
|
[http4s]: https://http4s.org/
|
||||||
|
[da4a]: https://github.com/suk-ws/da4a
|
||||||
|
|
||||||
[Java Telegram Bot API][tg4j]
|
[Scala 3][scala] | [SpotBugs Annotations][spotbugs] | [ScalaTest] \
|
||||||
|
[messiva] | [resource-tools] | [da4a] \
|
||||||
[sttp] | [okhttp] | [Gson] | [circe] | [jsoup] | [cron-utils]
|
[Java Telegram Bot API][tg4j] | [http4s] \
|
||||||
|
[okhttp] | [sttp] | [Gson] | [circe] | [jsoup] | [cron-utils]
|
||||||
[Scala][scala] | [SpotBugs Annotations][spotbugs] | [ScalaTest][scalatest]
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -90,7 +90,6 @@ object MornyConfiguration {
|
|||||||
"com.softwaremill.sttp.client3" %% "okhttp-backend" % "3.9.5",
|
"com.softwaremill.sttp.client3" %% "okhttp-backend" % "3.9.5",
|
||||||
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % Runtime,
|
"com.squareup.okhttp3" % "okhttp" % "4.12.0" % Runtime,
|
||||||
|
|
||||||
"org.typelevel" %% "case-insensitive" % "1.4.0",
|
|
||||||
"com.google.code.gson" % "gson" % "2.10.1",
|
"com.google.code.gson" % "gson" % "2.10.1",
|
||||||
"io.circe" %% "circe-core" % "0.14.7",
|
"io.circe" %% "circe-core" % "0.14.7",
|
||||||
"io.circe" %% "circe-generic" % "0.14.7",
|
"io.circe" %% "circe-generic" % "0.14.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user