Commit d46119e 1 parent c44177f commit d46119e Copy full SHA for d46119e
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,15 @@ plugins {
13
13
kotlin(" plugin.serialization" ) version " 1.8.0"
14
14
}
15
15
dependencies {
16
- api(" io.github.kotlin-telegram-bot.kotlin-telegram-bot:telegram:6.0.7 " )
17
- api(" org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.4.1 " )
16
+ api(" io.github.kotlin-telegram-bot.kotlin-telegram-bot:telegram:6.2.0 " )
17
+ api(" org.jetbrains.kotlinx:kotlinx-serialization-cbor:1.6.0 " )
18
18
testImplementation(" org.junit.jupiter:junit-jupiter:5.9.0" )
19
+ implementation(" com.squareup.retrofit2:retrofit:2.11.0" )
19
20
testImplementation(" com.willowtreeapps.assertk:assertk-jvm:0.25" )
20
21
testImplementation(" io.mockk:mockk:1.13.2" )
21
22
}
22
23
tasks.withType<KotlinCompile > {
23
- kotlinOptions.freeCompilerArgs + = " -Xopt -in=kotlinx.serialization.ExperimentalSerializationApi"
24
+ kotlinOptions.freeCompilerArgs + = " -opt -in=kotlinx.serialization.ExperimentalSerializationApi"
24
25
}
25
26
tasks.test {
26
27
useJUnitPlatform()
You can’t perform that action at this time.
0 commit comments