You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to update library's Gradle locks by using command suggested in the docs (./gradlew dependencies --write-locks). It didn't work for me - I had to use module specific Gradle task: ./gradlew bip39-lib:dependencies --write-locks. It would be great to either include it in the docs or make bip39-lib:dependencies task run while running dependencies.
As noted by @burnoo
I think our issue template has the correct commands: https://github.com/zcash/kotlin-bip39/blob/main/.github/ISSUE_TEMPLATE/dependency.md
The text was updated successfully, but these errors were encountered: