Update Gradle build-tool (#37)

This commit is contained in:
Michał Siatkowski
2022-08-09 19:14:34 +02:00
committed by GitHub
parent 929240a494
commit 1b254f8ed5
12 changed files with 67 additions and 84 deletions

View File

@@ -1,6 +1,5 @@
dependencies {
compile project(':common')
implementation project(':common')
compile group: "com.bot4s", name: "telegram-core_2.12", version: "5.6.0"
compile group: "com.bot4s", name: "telegram-akka_2.12", version: "5.6.0"
api "com.bot4s:telegram-akka_$scala:5.6.0"
}