Skip to content

Commit 6f4cd99

Browse files
authored
Use bitcoin-kmp 0.27.0 and secp256k1-kmp 0.20.0 (#818)
Both libraries use kotlin 2.2.20.
1 parent e5eec2a commit 6f4cd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kotlinx-coroutines = "1.10.2"
44
kotlinx-datetime = "0.7.1"
55
kotlinx-serialization = "1.9.0"
66
ktor = "3.3.0"
7-
bitcoinkmp = "0.26.0" # when upgrading bitcoin-kmp, keep secpjnijvm in sync!
8-
secpjnijvm = "0.19.0"
7+
bitcoinkmp = "0.27.0" # when upgrading bitcoin-kmp, keep secpjnijvm in sync!
8+
secpjnijvm = "0.20.0"
99
kermit = "2.0.8"
1010
slf4j = "2.0.17"
1111

0 commit comments

Comments
 (0)