File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
akka-grpc-quickstart-java
akka-grpc-quickstart-scala Expand file tree Collapse file tree 8 files changed +9
-9
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 gRPC 2.5.8
6+ Licensed Work: Akka gRPC 2.5.9
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,7 +19,7 @@ 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-10-29
22+ Change Date: 2028-11-06
2323
2424Change License: Apache License, Version 2.0
2525
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99plugins {
1010 id ' java'
1111 id ' application'
12- id ' com.lightbend.akka.grpc.gradle' version ' 2.5.8 '
12+ id ' com.lightbend.akka.grpc.gradle' version ' 2.5.9 '
1313}
1414repositories {
1515 mavenCentral()
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version := "1.0"
33scalaVersion := " 2.13.17"
44
55val akkaVersion = " 2.10.11"
6- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.8 " )
6+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.9 " )
77
88enablePlugins(AkkaGrpcPlugin )
99
Original file line number Diff line number Diff line change 1212 <maven .compiler.source>17</maven .compiler.source>
1313 <maven .compiler.target>17</maven .compiler.target>
1414 <akka .version>2.10.11</akka .version>
15- <akka-grpc .version>2.5.8 </akka-grpc .version>
15+ <akka-grpc .version>2.5.9 </akka-grpc .version>
1616 <scala .binary.version>2.13</scala .binary.version>
1717 <project .encoding>UTF-8</project .encoding>
1818 </properties >
Original file line number Diff line number Diff line change 11resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
22
33addSbtPlugin(
4- " com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.8 "
4+ " com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.9 "
55)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99plugins {
1010 id ' java'
1111 id ' application'
12- id ' com.lightbend.akka.grpc.gradle' version ' 2.5.8 '
12+ id ' com.lightbend.akka.grpc.gradle' version ' 2.5.9 '
1313}
1414repositories {
1515 mavenCentral()
Original file line number Diff line number Diff line change 1212 <maven .compiler.source>17</maven .compiler.source>
1313 <maven .compiler.target>17</maven .compiler.target>
1414 <akka .version>2.10.11</akka .version>
15- <akka-grpc .version>2.5.8 </akka-grpc .version>
15+ <akka-grpc .version>2.5.9 </akka-grpc .version>
1616 <scala .binary.version>2.13</scala .binary.version>
1717 <project .encoding>UTF-8</project .encoding>
1818 </properties >
Original file line number Diff line number Diff line change 11resolvers += " Akka library repository" .at(" https://repo.akka.io/maven" )
22
3- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.8 " )
3+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.9 " )
44addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % akkaGrpcVersion)
You can’t perform that action at this time.
0 commit comments