1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 14:50:46 +01:00
eclair/eclair-node-gui
Pierre-Marie Padiou f4b56407b4
Prepare upgrade to scala 2.13 and akka 2.6 (#1389)
Do all the changes that will be required and are already possible to
minimize the diff:
- update dependencies
- `'something` -> `Symbol("something")`
- `BigDecimal.xValue()` -> `BigDecimal.xValue`
- `Map.filterKeys` -> `Map.filterKeys.toMap` (same for `Map.mapValues`)
- `def myMethod(...)` -> `def myMethod(...): Unit`
2020-04-24 15:31:25 +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 Release 0.3.4 (#1368) 2020-04-06 13:41:17 +02:00