File tree 4 files changed +8
-7
lines changed
akka-http-quickstart-java
akka-http-quickstart-scala 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ Business Source License 1.1
3
3
Parameters
4
4
5
5
Licensor: Lightbend, Inc.
6
- Licensed Work: Akka HTTP 10.7.0
6
+ Licensed Work: Akka HTTP 10.7.1
7
7
This license applies to all sub directories and files
8
8
UNLESS another license file is present in a sub
9
9
directory, then that other license applies to all files
10
10
in its directory and sub directories.
11
- The Licensed Work is (c) 2024 Lightbend Inc.
11
+ The Licensed Work is (c) 2025 Lightbend Inc.
12
12
Additional Use Grant:
13
13
If you develop an application using a version of Play Framework that
14
14
utilizes binary versions of akka-streams and its dependencies, you may
@@ -19,7 +19,7 @@ Additional Use Grant:
19
19
Connecting to a Play Framework websocket and/or Play Framework
20
20
request/response bodies for server and play-ws client.
21
21
22
- Change Date: 2027-10-17
22
+ Change Date: 2028-04-30
23
23
24
24
Change License: Apache License, Version 2.0
25
25
Original file line number Diff line number Diff line change 1
- lazy val akkaHttpVersion = sys.props.getOrElse(" akka.http.version" , " 10.7.0-M1" )
2
- lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.0" )
1
+ // note: not important to keep these up to date, CI will always bump to correct versions
2
+ lazy val akkaHttpVersion = sys.props.getOrElse(" akka.http.version" , " 10.7.1" )
3
+ lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.5" )
3
4
4
5
resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
5
6
Original file line number Diff line number Diff line change 8
8
9
9
<properties >
10
10
<akka .version>2.10.0</akka .version>
11
- <akka-http .version>10.7.0 </akka-http .version>
11
+ <akka-http .version>10.7.1 </akka-http .version>
12
12
<scala .binary.version>2.13</scala .binary.version>
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
</properties >
Original file line number Diff line number Diff line change 1
- lazy val akkaHttpVersion = sys.props.getOrElse(" akka-http.version" , " 10.7.0 " )
1
+ lazy val akkaHttpVersion = sys.props.getOrElse(" akka-http.version" , " 10.7.1 " )
2
2
lazy val akkaVersion = " 2.10.0"
3
3
4
4
resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
You can’t perform that action at this time.
0 commit comments