Skip to content

Commit

Permalink
Remove useless dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Com6235 committed Apr 28, 2024
1 parent 7a36e7f commit 5ebf556
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ repositories {

dependencies {
testImplementation(kotlin("test"))
implementation(kotlin("reflect"))

implementation("org.telegram:telegrambots-longpolling:7.2.1")
implementation("org.telegram:telegrambots-webhook:7.2.1")
implementation("org.telegram:telegrambots-client:7.2.1")
implementation("org.telegram:Bots:7.2.1")

implementation("org.slf4j:slf4j-api:2.0.13")
}
Expand Down

0 comments on commit 5ebf556

Please sign in to comment.