Martynas Mickevičius
|
82ca8a2cc7
|
Port build to SBT 1.x (#23850)
* Port build to SBT 1.x
* Fix multinode tests, always enable genjavadoc bootstrap
|
2017-10-30 10:13:13 +09:00 |
|
Arnout Engelen
|
b1df13d4d4
|
Update scalariform (#23778) (#23783)
|
2017-10-06 10:30:28 +02:00 |
|
Masaru Nomura
|
dbd2b23f45
|
Replace deprecated sbt method <+= with += in Version.scala
Fixed the following warning in Version.scala
```
[warn] akka/project/Version.scala:15: `<+=` operator is deprecated. Try `lhs += { x.value }`
[warn] or see http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html.
[warn] resourceGenerators <+= generateVersion(resourceManaged, _ / "version.conf",
[warn] akka/project/Version.scala:18: `<+=` operator is deprecated. Try `lhs += { x.value }`
[warn] or see http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html.
[warn] sourceGenerators <+= generateVersion(sourceManaged, _ / "akka" / "Version.scala",
```
|
2017-05-16 01:23:32 +09:00 |
|
Philippus Baalman
|
6c7085252a
|
extended copyright into 2017
|
2017-01-04 17:37:15 +01:00 |
|
Johan Andrén
|
62e30b3c08
|
Update copyrights and links to the new company name #19851
|
2016-02-23 12:58:39 +01:00 |
|
Peter Vlugter
|
0e3b31d7c2
|
Generate version files from the version sbt setting
|
2016-02-12 17:57:27 +13:00 |
|