Skip to content

Commit

Permalink
Update eclair snapshot (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast authored Jul 4, 2023
1 parent 2336741 commit 7bfaba1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion historical-gossip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair-plugins_2.13</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>historical-gossip-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion offline-commands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair-plugins_2.13</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</parent>

<artifactId>offline-commands-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.acinq.eclair</groupId>
<artifactId>eclair-plugins_2.13</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -53,7 +53,7 @@
<scalatest.version>3.2.12</scalatest.version>
<akka.version>2.6.20</akka.version>
<akka.http.version>10.2.7</akka.http.version>
<eclair.version>0.8.1-SNAPSHOT</eclair.version>
<eclair.version>0.9.1-SNAPSHOT</eclair.version>
</properties>

<build>
Expand Down

0 comments on commit 7bfaba1

Please sign in to comment.