fix: Make mounting work again by bumping dependencies (#359)

This commit is contained in:
Jamie McCullough 2025-02-26 15:50:58 -06:00 committed by GitHub
parent bf31de4148
commit 68a48724eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ kotlin = "2.0.20"
kotlinx = "1.8.1"
picocli = "4.7.6"
revanced-patcher = "21.0.0"
revanced-library = "3.0.2"
revanced-library = "3.1.0"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }