-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e89f1b
commit 4b9ca15
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |