Skip to content

Commit

Permalink
Merge pull request #98 from lerna-stack/akka-2.6.17
Browse files Browse the repository at this point in the history
Bump up akka version to 2.6.17
  • Loading branch information
tksugimoto authored Nov 2, 2021
2 parents 43aa6cd + 2b135be commit 6e9abc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
[Unreleased]: https://github.com/lerna-stack/akka-entity-replication/compare/v2.0.0...master

### Changed
- Bump up Akka version to 2.6.17 [PR#98](https://github.com/lerna-stack/akka-entity-replication/pull/98)

This change will show you deserialization warnings during the rolling update, it's safe to ignore.
For more details, see [Akka 2.6.16 release note](https://akka.io/blog/news/2021/08/19/akka-2.6.16-released#rolling-upgrades)

## [v2.0.0] - 2021-07-16
[v2.0.0]: https://github.com/lerna-stack/akka-entity-replication/compare/v1.0.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.scalafmt.sbt.ScalafmtPlugin.scalafmtConfigSettings

resolvers += "dnvriend" at "https://dl.bintray.com/dnvriend/maven"

lazy val akkaVersion = "2.6.12"
lazy val akkaVersion = "2.6.17"

lazy val lerna = (project in file("."))
.enablePlugins(
Expand Down

0 comments on commit 6e9abc5

Please sign in to comment.