update versions
This commit is contained in:
parent
c249dc5ae4
commit
c3bdd8edca
@ -1,26 +1,47 @@
|
||||
[versions]
|
||||
tools = "0.14.10-kotlin-1.9.0"
|
||||
kotlin = "1.9.0"
|
||||
tools = "0.14.11-kotlin-1.9.20-Beta"
|
||||
kotlin = "1.9.20-Beta"
|
||||
# https://github.com/Kotlin/kotlinx-atomicfu
|
||||
atomicfu = "0.22.0"
|
||||
# https://github.com/Kotlin/binary-compatibility-validator
|
||||
binary-compatibility-validator = "0.13.2"
|
||||
changelog = "2.1.2"
|
||||
dokka = "1.8.20"
|
||||
kotlin-jupyter = "0.12.0-43"
|
||||
# https://github.com/JetBrains/gradle-changelog-plugin
|
||||
changelog = "2.2.0"
|
||||
# https://github.com/Kotlin/dokka
|
||||
dokka = "1.9.0"
|
||||
# https://github.com/Kotlin/kotlin-jupyter
|
||||
kotlin-jupyter = "0.12.0-56"
|
||||
# https://github.com/Kotlin/kotlinx-benchmark
|
||||
kotlinx-benchmark = "0.4.9"
|
||||
kotlinx-cli = "0.3.5"
|
||||
# https://github.com/Kotlin/kotlinx-cli
|
||||
kotlinx-cli = "0.3.6"
|
||||
# https://github.com/Kotlin/kotlinx.coroutines
|
||||
kotlinx-coroutines = "1.7.3"
|
||||
kotlinx-datetime = "0.4.0"
|
||||
# https://github.com/Kotlin/kotlinx-datetime
|
||||
kotlinx-datetime = "0.4.1"
|
||||
# https://github.com/Kotlin/kotlinx.html
|
||||
kotlinx-html = "0.9.1"
|
||||
# https://github.com/Kotlin/kotlinx-knit
|
||||
kotlinx-knit = "0.4.0"
|
||||
# https://github.com/Kotlin/kotlinx-nodejs
|
||||
kotlinx-nodejs = "0.0.7"
|
||||
kotlinx-serialization = "1.5.1"
|
||||
ktor = "2.3.3"
|
||||
# https://github.com/Kotlin/kotlinx.serialization
|
||||
kotlinx-serialization = "1.6.0"
|
||||
# https://ktor.io/
|
||||
ktor = "2.3.4"
|
||||
# https://github.com/pdvrieze/xmlutil
|
||||
xmlutil = "0.86.1"
|
||||
# https://github.com/Him188/yamlkt
|
||||
yamlkt = "0.13.0"
|
||||
jsBom = "1.0.0-pre.618"
|
||||
# https://github.com/JetBrains/kotlin-wrappers
|
||||
jsBom = "1.0.0-pre.624"
|
||||
junit = "5.9.3"
|
||||
compose = "1.5.0-rc01"
|
||||
logback = "1.4.7"
|
||||
# https://github.com/JetBrains/compose-multiplatform
|
||||
compose = "1.5.1"
|
||||
# https://mvnrepository.com/artifact/org.slf4j/slf4j-api
|
||||
slf4j = "2.0.9"
|
||||
# https://mvnrepository.com/artifact/ch.qos.logback/logback-classic
|
||||
logback = "1.4.11"
|
||||
|
||||
[libraries]
|
||||
atomicfu-gradle = { module = "org.jetbrains.kotlinx:atomicfu-gradle-plugin", version.ref = "atomicfu" }
|
||||
@ -81,6 +102,8 @@ xmlutil-serialization = { module = "io.github.pdvrieze.xmlutil:serialization", v
|
||||
|
||||
yamlkt = { module = "net.mamoe.yamlkt:yamlkt", version.ref = "yamlkt" }
|
||||
|
||||
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
|
||||
|
||||
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
|
||||
|
||||
[plugins]
|
||||
|
Loading…
Reference in New Issue
Block a user