File tree 3 files changed +3
-3
lines changed
akka-http-quickstart-java
akka-http-quickstart-scala
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- lazy val akkaHttpVersion = sys.props.getOrElse(" akka.http.version" , " 10.6.3 " )
1
+ lazy val akkaHttpVersion = sys.props.getOrElse(" akka.http.version" , " 10.7.0-M1 " )
2
2
lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.0" )
3
3
4
4
resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
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.6.3 </akka-http .version>
11
+ <akka-http .version>10.7.0 </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.6.3 " )
1
+ lazy val akkaHttpVersion = sys.props.getOrElse(" akka-http.version" , " 10.7.0 " )
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