File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Business Source License 1.1
3
3
Parameters
4
4
5
5
Licensor: Lightbend, Inc.
6
- Licensed Work: Akka Persistence R2DBC 1.1.x
6
+ Licensed Work: Akka Persistence R2DBC 1.1.0
7
7
The Licensed Work is (c) 2022 Lightbend Inc.
8
8
Additional Use Grant:
9
9
If you develop an application using a version of Play Framework that
@@ -15,7 +15,7 @@ Additional Use Grant:
15
15
Connecting to a Play Framework websocket and/or Play Framework
16
16
request/response bodies for server and play-ws client.
17
17
18
- Change Date: TBD ( 3 years after 1.1.0 release )
18
+ Change Date: 2026-04-28
19
19
20
20
Change License: Apache License, Version 2.0
21
21
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ object Dependencies {
10
10
val Scala3 = " 3.2.2"
11
11
val Scala2Versions = Seq (Scala213 , Scala212 )
12
12
val ScalaVersions = Dependencies .Scala2Versions :+ Dependencies .Scala3
13
- // FIXME final release bump once available
14
13
val AkkaVersion = System .getProperty(" override.akka.version" , " 2.8.1" )
15
14
val AkkaVersionInDocs = AkkaVersion .take(3 )
16
15
val AkkaPersistenceJdbcVersion = " 5.2.0" // only in migration tool tests
You can’t perform that action at this time.
0 commit comments