Update secp256k1 to version 0.4.1 (#96)

Use secp256k1 0.4.1
This commit is contained in:
Fabrice Drouin
2024-01-02 11:16:36 +01:00
committed by GitHub
parent 1a4c8b37cb
commit e94e41b896
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ buildscript {
allprojects {
group = "fr.acinq.secp256k1"
version = "0.12.0"
version = "0.12.1-SNAPSHOT"
repositories {
google()