File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.scalafmt.sbt.ScalafmtPlugin.scalafmtConfigSettings
22
33resolvers += " dnvriend" at " https://dl.bintray.com/dnvriend/maven"
44
5- lazy val akkaVersion = " 2.6.12 "
5+ lazy val akkaVersion = " 2.6.17 "
66
77lazy val lerna = (project in file(" ." ))
88 .enablePlugins(
You can’t perform that action at this time.
0 commit comments