mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-29 22:24:36 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps `kotlin` from 1.9.22 to 1.9.23. Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) Updates `org.jetbrains.kotlin.jvm` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
802 B
TOML
18 lines
802 B
TOML
[versions]
|
|
shadow = "8.1.1"
|
|
kotlin = "1.9.23"
|
|
kotlinx-coroutines-core = "1.7.3"
|
|
picocli = "4.7.5"
|
|
revanced-patcher = "19.3.1"
|
|
revanced-library = "2.3.0"
|
|
|
|
[libraries]
|
|
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines-core" }
|
|
picocli = { module = "info.picocli:picocli", version.ref = "picocli" }
|
|
revanced-patcher = { module = "app.revanced:revanced-patcher", version.ref = "revanced-patcher" }
|
|
revanced-library = { module = "app.revanced:revanced-library", version.ref = "revanced-library" }
|
|
|
|
[plugins]
|
|
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow" }
|
|
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } |