We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b912025 commit 9ee294eCopy full SHA for 9ee294e
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>fr.acinq</groupId>
4
<artifactId>bitcoin-lib_2.13</artifactId>
5
<packaging>jar</packaging>
6
- <version>0.37</version>
+ <version>0.38-SNAPSHOT</version>
7
<description>Simple Scala Bitcoin library</description>
8
<url>https://github.com/ACINQ/bitcoin-lib</url>
9
<name>bitcoin-lib</name>
@@ -27,7 +27,7 @@
27
<connection>scm:git:git@github.com:ACINQ/bitcoin-lib.git</connection>
28
<developerConnection>scm:git:git@github.com:ACINQ/bitcoin-lib.git</developerConnection>
29
<url>git@github.com:ACINQ/bitcoin-lib.git</url>
30
- <tag>v0.37</tag>
+ <tag>HEAD</tag>
31
</scm>
32
33
<developers>
0 commit comments