pekko/project
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
..
scripts Do not build and publish dist and activator zips (#22223) 2017-01-25 18:04:24 +01:00
AkkaBuild.scala Replace sphinx config with paradox config 2017-05-10 16:04:43 +02:00
build.properties fix compilation error in multi-jvm tests 2017-04-20 10:45:36 +02:00
CliOptions.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Dependencies.scala #22909 Fix parameters 2017-05-12 16:38:46 +03:00
Doc.scala Deprecated build symbols replaced 2017-03-15 15:01:53 +01:00
Formatting.scala Deprecated build symbols replaced 2017-03-15 15:01:53 +01:00
GitHub.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
MiMa.scala fix mima filters 2017-05-15 16:58:07 +02:00
MultiNode.scala Deprecated build symbols replaced 2017-03-15 15:01:53 +01:00
OSGi.scala Deprecated build symbols replaced 2017-03-15 15:01:53 +01:00
plugins.sbt Merge branch 'master' into wip-akka-docs-new 2017-05-15 12:22:32 +02:00
Protobuf.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Publish.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
Release.scala Generate paradox documentation when building a release (#22907) (#22925) 2017-05-15 05:13:33 -07:00
SigarLoader.scala Deprecated build symbols replaced 2017-03-15 15:01:53 +01:00
TestExtras.scala Deprecated build symbols replaced 2017-03-15 15:01:53 +01:00
TimeStampede.scala fix more timestamp formatting, #22774 2017-04-25 07:43:05 +02:00
ValidatePullRequest.scala Replace "experimental" with "may change" (#22326) 2017-02-20 12:05:21 +01:00
Version.scala Replace deprecated sbt method <+= with += in Version.scala 2017-05-16 01:23:32 +09:00