pekko/project
Ryan Burke 466802c641
Update scala-java8-compat to 1.0.0 (#30375)
The compat library added an `early-semver` versionScheme which means
that 1.0.0 is marked as binary incompatible with any version lower
than 0.9.1 - even though it's not.

For example:

```
[error] (update) found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
[error]
[error] 	* org.scala-lang.modules:scala-java8-compat_2.13:1.0.0 (early-semver) is selected over 0.9.0
[error] 	    +- com.github.blemale:scaffeine_2.13:4.1.0            (depends on 1.0.0)
[error] 	    +- com.typesafe.akka:akka-actor_2.13:2.6.14           (depends on 0.9.0)
```

The `scalaModuleMimaPreviousVersion` has been set to `0.9.1` in the project, so upgrading
Akka to this should allow it to work with a lot of other libraries who have already done
the major update (supports Scala 3) to 1.0.0.
2021-07-09 15:19:18 +02:00
..
scripts Publish from GitHub Actions (#30288) 2021-06-08 09:05:16 +02:00
AddLogTimestamps.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
AkkaBuild.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
AkkaDisciplinePlugin.scala allow minor versions after Scala 3.0 (#30331) 2021-07-09 10:48:14 +02:00
AutomaticModuleName.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
build.properties Update sbt to 1.5.4 (#30382) 2021-07-09 15:12:04 +02:00
CliOptions.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
CopyrightHeader.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
CopyrightHeaderForBoilerplate.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
CopyrightHeaderForBuild.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
CopyrightHeaderForJdk9.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
CopyrightHeaderForProtobuf.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
Dependencies.scala Update scala-java8-compat to 1.0.0 (#30375) 2021-07-09 15:19:18 +02:00
Doc.scala Revert "Hide private members in documentation (#20185) (#30356)" (#30357) 2021-07-02 12:56:22 +02:00
GitHub.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
JavaFormatter.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
Jdk9.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
JdkOptions.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
MiMa.scala Move more release instructions to the template (#30340) 2021-06-23 17:06:13 +02:00
MultiNode.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
OSGi.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
Paradox.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
ParadoxBrowse.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
plugins.sbt Update sbt-reproducible-builds to 0.28 (#30380) 2021-07-09 15:18:10 +02:00
project-info.conf docs: Link project info to snapshots (#29862) 2020-12-07 09:00:52 +01:00
ProjectFileIgnoreSupport.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
Protobuf.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
Publish.scala set sonatype profile name for publishing (#30306) 2021-06-09 15:20:42 +02:00
ScalaFixExtraRulesPlugin.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
ScalaFixForJdk9Plugin.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
ScalafixForMultiNodePlugin.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
ScalafixIgnoreFilePlugin.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
ScalafixSupport.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
SigarLoader.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
StreamOperatorsIndexGenerator.scala Update copyright to 2021 2021-01-08 17:55:38 +01:00
TestExtras.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
ValidatePullRequest.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00
VersionGenerator.scala Scala 3 cross compatible akka-actor / akka-testkit / akka-actor-tests (#29956) 2021-02-01 16:38:29 +01:00
Whitesource.scala Update Scala to 3.0.0 final, sbt to 1.5.2 (#30248) 2021-05-25 12:50:51 +02:00