Skip to content

Commit

Permalink
Bump dependencies to Kotlin 1.5.10 (#305)
Browse files Browse the repository at this point in the history
* Bump dependencies to Kotlin 1.5.10
- Fix sample code

* Update remaining dependencies
  • Loading branch information
DRSchlaubi committed May 27, 2021
1 parent b550a90 commit db55665
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
object Versions {
const val kotlin = "1.5.0"
const val kotlin = "1.5.10"
const val kotlinxSerialization = "1.2.1"
const val ktor = "1.5.3"
const val kotlinxCoroutines = "1.5.0-RC"
const val kotlinLogging = "2.0.4"
const val dateTime = "0.2.0"
const val ktor = "1.5.4"
const val kotlinxCoroutines = "1.5.0"
const val kotlinLogging = "2.0.6"
const val dateTime = "0.2.1"
const val atomicFu = "0.16.1"
const val binaryCompatibilityValidator = "0.4.0"
const val binaryCompatibilityValidator = "0.5.0"

//test deps
const val kotlinTest = kotlin
Expand Down
4 changes: 0 additions & 4 deletions core/src/samples/kotlin/PingBot.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import dev.kord.core.Kord
import dev.kord.core.behavior.channel.createStageInstance
import dev.kord.core.behavior.channel.getStageInstance
import dev.kord.core.behavior.getChannelOf
import dev.kord.core.entity.channel.StageChannel
import dev.kord.core.event.message.MessageCreateEvent
import dev.kord.core.on

Expand Down

0 comments on commit db55665

Please sign in to comment.