Skip to content

Commit 47987a4

Browse files
authored
Use bitcoin-kmp 0.22.1 and secp256k1-kmp 0.17.1 (#762)
These versions target kotlin 2.1.10 and are compatible with java 1.8.
1 parent 7e3d81a commit 47987a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kotlinx-coroutines = "1.10.1"
44
kotlinx-datetime = "0.6.2"
55
kotlinx-serialization = "1.8.0"
66
ktor = "3.1.0"
7-
bitcoinkmp = "0.21.0" # when upgrading bitcoin-kmp, keep secpjnijvm in sync!
8-
secpjnijvm = "0.16.0"
7+
bitcoinkmp = "0.22.1" # when upgrading bitcoin-kmp, keep secpjnijvm in sync!
8+
secpjnijvm = "0.17.1"
99
kermit = "2.0.5"
1010
slf4j = "2.0.16"
1111

0 commit comments

Comments
 (0)