Skip to content

Commit 5843790

Browse files
authored
chore: Update change date for 2.0.11 (#186)
1 parent 60768fe commit 5843790

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Source License 1.1
33
Parameters
44

55
Licensor: 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

2424
Change License: Apache License, Version 2.0
2525

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)