Skip to content

Commit

Permalink
Mark all telegram dependencies as api
Browse files Browse the repository at this point in the history
  • Loading branch information
Com6235 committed Apr 29, 2024
1 parent 2f8c1c3 commit c062a37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ repositories {
dependencies {
testImplementation(kotlin("test"))

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

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

0 comments on commit c062a37

Please sign in to comment.