add javax.activation dependency

This commit is contained in:
InsanusMokrassar 2020-05-14 21:18:33 +06:00
parent 7f51544bb9
commit ea224fd765
3 changed files with 5 additions and 1 deletions

View File

@ -52,7 +52,7 @@
### 0.27.3
* `TelegramBotAPI`:
* Currently `UpdateDeserializationStrategy` is publicly available
* `UpdateDeserializationStrategy` is publicly available now
* All `setWebhook` extensions was marked as deprecated and replaced into `TelegramBotAPI-extensions-utils`
* Typealias `ExceptionHandler` was added - it will be used for `handleSafely`
* `TelegramBotAPI-extensions-api`:

View File

@ -64,6 +64,8 @@ kotlin {
api "io.ktor:ktor-server-host-common:$ktor_version"
api "io.ktor:ktor-client-cio:$ktor_version"
api "javax.activation:activation:$javax_activation_version"
}
}
jvmTest {

View File

@ -6,6 +6,8 @@ klock_version=1.11.1
uuid_version=0.1.0
ktor_version=1.3.2
javax_activation_version=1.1.1
library_group=com.github.insanusmokrassar
library_version=0.27.3