File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
akka-http-quickstart-java
akka-http-quickstart-scala Expand file tree Collapse file tree 4 files changed +6
-6
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 HTTP 10.7.2
6+ Licensed Work: Akka HTTP 10.7.3
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,12 +19,12 @@ 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-08-20
22+ Change Date: 2028-10-29
2323
2424Change License: Apache License, Version 2.0
2525
2626For information about alternative licensing arrangements for the Software,
27- please visit: https://lightbend.com/
27+ please visit: https://akka.io
2828
2929-----------------------------------------------------------------------------
3030
Original file line number Diff line number Diff line change 11// 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 " )
2+ lazy val akkaHttpVersion = sys.props.getOrElse(" akka.http.version" , " 10.7.3 " )
33lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.11" )
44
55ThisBuild / resolvers += " lightbend-akka" .at(" https://repo.akka.io/maven/github_actions" )
Original file line number Diff line number Diff line change 88
99 <properties >
1010 <akka .version>2.10.11</akka .version>
11- <akka-http .version>10.7.2 </akka-http .version>
11+ <akka-http .version>10.7.3 </akka-http .version>
1212 <scala .binary.version>2.13</scala .binary.version>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 </properties >
Original file line number Diff line number Diff line change 1- lazy val akkaHttpVersion = sys.props.getOrElse(" akka-http.version" , " 10.7.2 " )
1+ lazy val akkaHttpVersion = sys.props.getOrElse(" akka-http.version" , " 10.7.3 " )
22lazy val akkaVersion = " 2.10.11"
33
44ThisBuild / credentials ++= {
You can’t perform that action at this time.
0 commit comments