Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbull committed Jan 8, 2022
1 parent 7e89f1b commit 4b9ca15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
object Versions {
const val dokka = "1.5.31"
const val kotlin = "1.5.31"
const val kotlinBenchmark = "0.3.1"
const val dokka = "1.6.10"
const val kotlin = "1.6.10"
const val kotlinBenchmark = "0.4.1"
const val kotlinCoroutines = "1.5.2"
const val kotlinCoroutinesTest = "1.5.2"
const val ktor = "2.0.0-beta-1"
const val logback = "1.2.3"
const val versionsPlugin = "0.39.0"
const val versionsPlugin = "0.41.0"
}

0 comments on commit 4b9ca15

Please sign in to comment.