Skip to content

Commit 6e9abc5

Browse files
authored
Merge pull request #98 from lerna-stack/akka-2.6.17
Bump up akka version to 2.6.17
2 parents 43aa6cd + 2b135be commit 6e9abc5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
[Unreleased]: https://github.com/lerna-stack/akka-entity-replication/compare/v2.0.0...master
99

10+
### Changed
11+
- Bump up Akka version to 2.6.17 [PR#98](https://github.com/lerna-stack/akka-entity-replication/pull/98)
12+
13+
This change will show you deserialization warnings during the rolling update, it's safe to ignore.
14+
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)
1015

1116
## [v2.0.0] - 2021-07-16
1217
[v2.0.0]: https://github.com/lerna-stack/akka-entity-replication/compare/v1.0.0...v2.0.0

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.scalafmt.sbt.ScalafmtPlugin.scalafmtConfigSettings
22

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

5-
lazy val akkaVersion = "2.6.12"
5+
lazy val akkaVersion = "2.6.17"
66

77
lazy val lerna = (project in file("."))
88
.enablePlugins(

0 commit comments

Comments
 (0)