1
0
mirror of https://github.com/ACINQ/eclair.git synced 2025-01-19 05:33:59 +01:00
eclair/eclair-node
Pierre-Marie Padiou 19975d3d81
Update to scala 2.13 and akka 2.6 (incremental) (#1390)
This is almost a drop-in replacement. I had to relaxed compiler
parameters to allow deprecated features though.

Main changes:
- relaxed compiler parameters to minimize impact (e.g. allow
deprecated features)
- `scala.collection.JavaConverters` -> `scala.jdk.CollectionConverters`
- `MultiMap` -> `MultiDict`

Compilation is 25% faster on my machine, compiler is a bit more strict
(it found an "invalid comparison" bug).
2020-04-27 13:11:55 +02:00
..
modules Rework packaging (#1307) 2020-02-24 15:42:26 +01:00
src Prepare upgrade to scala 2.13 and akka 2.6 (#1389) 2020-04-24 15:31:25 +02:00
pom.xml Update to scala 2.13 and akka 2.6 (incremental) (#1390) 2020-04-27 13:11:55 +02:00