mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-10 21:36:19 +00:00
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.7.5 to 4.7.6. - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/remkop/picocli/compare/v4.7.5...v4.7.6) --- updated-dependencies: - dependency-name: info.picocli:picocli 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.0"
|
|
picocli = "4.7.6"
|
|
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" }
|