mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-20 13:34:35 +01:00
Update to scala 2.13.3 and akka 2.6.9 (#1532)
Need to add explicit dependency on akka-stream (see https://doc.akka.io/docs/akka-http/current/introduction.html#using-akka-http)
This commit is contained in:
parent
3158c2668e
commit
eed82e262f
2 changed files with 9 additions and 4 deletions
|
@ -109,10 +109,15 @@
|
|||
<artifactId>akka-http-core_${scala.version.short}</artifactId>
|
||||
<version>${akka.http.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-stream_${scala.version.short}</artifactId>
|
||||
<version>${akka.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.heikoseeberger</groupId>
|
||||
<artifactId>akka-http-json4s_${scala.version.short}</artifactId>
|
||||
<version>1.32.0</version>
|
||||
<version>1.34.0</version>
|
||||
</dependency>
|
||||
<!-- metrics -->
|
||||
<dependency>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -64,10 +64,10 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<scala.version>2.13.1</scala.version>
|
||||
<scala.version>2.13.3</scala.version>
|
||||
<scala.version.short>2.13</scala.version.short>
|
||||
<akka.version>2.6.4</akka.version>
|
||||
<akka.http.version>10.1.11</akka.http.version>
|
||||
<akka.version>2.6.9</akka.version>
|
||||
<akka.http.version>10.2.0</akka.http.version>
|
||||
<sttp.version>1.7.2</sttp.version>
|
||||
<bitcoinlib.version>0.18</bitcoinlib.version>
|
||||
<guava.version>24.0-android</guava.version>
|
||||
|
|
Loading…
Add table
Reference in a new issue