File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
akka-http-quickstart-java
akka-http-quickstart-scala Expand file tree Collapse file tree 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 " )
22lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.0" )
33
44resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
Original file line number Diff line number Diff line change 88
99 <properties >
1010 <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>
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.6.3 " )
1+ lazy val akkaHttpVersion = sys.props.getOrElse(" akka-http.version" , " 10.7.0 " )
22lazy val akkaVersion = " 2.10.0"
33
44resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
You can’t perform that action at this time.
0 commit comments