Skip to content

Commit cf69250

Browse files
authored
Set version to 0.44, use bitcoin-kmp 0.27.0 and secp256k1-kmp 0.20.0 (#99)
1 parent a483dd0 commit cf69250

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>fr.acinq</groupId>
44
<artifactId>bitcoin-lib_2.13</artifactId>
55
<packaging>jar</packaging>
6-
<version>0.43.2</version>
6+
<version>0.44</version>
77
<description>Simple Scala Bitcoin library</description>
88
<url>https://github.com/ACINQ/bitcoin-lib</url>
99
<name>bitcoin-lib</name>
@@ -153,12 +153,12 @@
153153
<dependency>
154154
<groupId>fr.acinq.bitcoin</groupId>
155155
<artifactId>bitcoin-kmp-jvm</artifactId>
156-
<version>0.26.0</version>
156+
<version>0.27.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>fr.acinq.secp256k1</groupId>
160160
<artifactId>secp256k1-kmp-jni-jvm</artifactId>
161-
<version>0.19.0</version>
161+
<version>0.20.0</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.scodec</groupId>

0 commit comments

Comments
 (0)