mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-09 10:45:49 +01:00
cf6b351e9e
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.8.0...1.8.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
802 B
TOML
19 lines
802 B
TOML
[versions]
|
|
shadow = "8.1.1"
|
|
kotlin = "2.0.0"
|
|
kotlinx-coroutines-core = "1.8.1"
|
|
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" }
|