Skip to content

Commit

Permalink
bump commons
Browse files Browse the repository at this point in the history
  • Loading branch information
centralhardware committed Oct 22, 2024
1 parent a3900f8 commit b7bff32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
maven("https://jitpack.io")
maven("https://nexus.inmo.dev/repository/maven-releases/")
}

dependencies {
implementation("dev.inmo:tgbotapi:18.2.2-branch_18.2.2-build2465")
implementation("com.github.centralhardware:telegram-bot-commons:1e503cc156")
implementation("dev.inmo:tgbotapi:18.2.2d2465")
implementation("com.github.centralhardware:telegram-bot-commons:89ec8f5599")
implementation("com.github.seratch:kotliquery:1.9.0")
}

Expand Down

0 comments on commit b7bff32

Please sign in to comment.