From 7c1549e35f8711159681405d84134ba7ad840c85 Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Sat, 10 Aug 2024 18:56:43 +0800 Subject: [PATCH] remove unused dependency and update README --- README.md | 24 +++++++++++++++--------- project/MornyConfiguration.scala | 1 - 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bb52282..7b3a827 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ [//]: # ([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_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_target]: https://mvn.sukazyo.cc/#/snapshots/cc/sukazyo/morny-coeur [![GitHub release][badge_release_img]][badge_release_target] @@ -45,16 +48,19 @@ [tg4j]: https://github.com/pengrad/java-telegram-bot-api [okhttp]: https://square.github.io/okhttp/ [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/ [jsoup]: https://jsoup.org/ -[cron-utils]: http://cron-parser.com/ -[scalatest]: https://scalatest.org/ +[cron-utils]: https://github.com/jmrozanec/cron-utils +[http4s]: https://http4s.org/ +[da4a]: https://github.com/suk-ws/da4a -[Java Telegram Bot API][tg4j] - -[sttp] | [okhttp] | [Gson] | [circe] | [jsoup] | [cron-utils] - -[Scala][scala] | [SpotBugs Annotations][spotbugs] | [ScalaTest][scalatest] +[Scala 3][scala] | [SpotBugs Annotations][spotbugs] | [ScalaTest] \ +[messiva] | [resource-tools] | [da4a] \ +[Java Telegram Bot API][tg4j] | [http4s] \ +[okhttp] | [sttp] | [Gson] | [circe] | [jsoup] | [cron-utils] diff --git a/project/MornyConfiguration.scala b/project/MornyConfiguration.scala index 86029d4..3de5b4b 100644 --- a/project/MornyConfiguration.scala +++ b/project/MornyConfiguration.scala @@ -90,7 +90,6 @@ object MornyConfiguration { "com.softwaremill.sttp.client3" %% "okhttp-backend" % "3.9.5", "com.squareup.okhttp3" % "okhttp" % "4.12.0" % Runtime, - "org.typelevel" %% "case-insensitive" % "1.4.0", "com.google.code.gson" % "gson" % "2.10.1", "io.circe" %% "circe-core" % "0.14.7", "io.circe" %% "circe-generic" % "0.14.7",