Update libs.versions.toml

This commit is contained in:
InsanusMokrassar 2022-12-05 07:51:29 +06:00 committed by GitHub
parent 079fbaa7f4
commit 502dd4d607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
[versions]
kotlin = "1.7.21"
kotlin = "1.7.22"
kotlin-gradle-plugin = "7.2.2"
dokka = "1.7.20"
dexcount = "3.1.0"
junit_version = "4.12"
test_ext_junit_version = "1.1.3"
@ -35,4 +37,4 @@ github-release = { module = "com.github.breadmoirai:github-release", version.ref
[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
kotlin-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }