build: Bump dependencies

This commit is contained in:
oSumAtrIX 2024-01-10 09:33:03 +01:00
parent 2e2ddac273
commit 4933fe0314
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ shadow = "8.1.1"
kotlin-test = "1.9.20" kotlin-test = "1.9.20"
kotlinx-coroutines-core = "1.7.3" kotlinx-coroutines-core = "1.7.3"
picocli = "4.7.3" picocli = "4.7.3"
revanced-patcher = "19.1.0" revanced-patcher = "19.2.0"
revanced-library = "1.4.0" revanced-library = "1.4.0"
[libraries] [libraries]

View File

@ -285,7 +285,7 @@ internal object PatchCommand : Runnable {
val patcherResult = val patcherResult =
patcher.apply { patcher.apply {
acceptIntegrations(integrations) acceptIntegrations(integrations)
acceptPatches(filteredPatches.toList()) acceptPatches(filteredPatches)
// Execute patches. // Execute patches.
runBlocking { runBlocking {