File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Business Source License 1.1
33Parameters
44
55Licensor: Lightbend, Inc.
6- Licensed Work: Akka Persistence DynamoDB 2.0.8
6+ Licensed Work: Akka Persistence DynamoDB 2.0.11
77 This license applies to all sub directories and files
88 UNLESS another license file is present in a sub
99 directory, then that other license applies to all files
@@ -19,7 +19,7 @@ Additional Use Grant:
1919 Connecting to a Play Framework websocket and/or Play Framework
2020 request/response bodies for server and play-ws client.
2121
22- Change Date: 2028-10-30
22+ Change Date: 2028-12-16
2323
2424Change License: Apache License, Version 2.0
2525
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ object Dependencies {
1313 val AkkaVersionInDocs = VersionNumber (AkkaVersion ).numbers match { case Seq (major, minor, _* ) => s " $major. $minor" }
1414
1515 // only for docs
16- val AkkaProjectionVersion = " 1.6.0 "
16+ val AkkaProjectionVersion = " 1.6.17 "
1717 val AkkaProjectionVersionInDocs = VersionNumber (AkkaProjectionVersion ).numbers match {
1818 case Seq (major, minor, _* ) => s " $major. $minor"
1919 }
You can’t perform that action at this time.
0 commit comments