File tree Expand file tree Collapse file tree 12 files changed +14
-14
lines changed
native-image-tests/grpc-scala
akka-grpc-quickstart-java
akka-grpc-quickstart-scala Expand file tree Collapse file tree 12 files changed +14
-14
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.1
6+ Licensed Work: Akka gRPC 2.5.2
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-01-22
22+ Change Date: 2028-01-30
2323
2424Change License: Apache License, Version 2.0
2525
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version := "1.0"
55scalaVersion := " 2.13.15"
66
77lazy val akkaVersion = sys.props.getOrElse(" akka.version" , " 2.10.0" )
8- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka.grpc.version" , " 2.5.1 " )
8+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka.grpc.version" , " 2.5.2 " )
99
1010enablePlugins(AkkaGrpcPlugin )
1111// GraalVM native image build
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.1 " )
3+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka.grpc.version" , " 2.5.2 " )
44addSbtPlugin(" com.lightbend.akka.grpc" % " sbt-akka-grpc" % akkaGrpcVersion)
55addSbtPlugin(" org.scalameta" % " sbt-native-image" % " 0.3.4" )
Original file line number Diff line number Diff line change 161161
162162 <plugin >
163163 <artifactId >maven-dependency-plugin</artifactId >
164- <version >2.5.1 </version >
164+ <version >3.1.2 </version >
165165 <executions >
166166 <execution >
167167 <id >getClasspathFilenames</id >
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.1 '
12+ id ' com.lightbend.akka.grpc.gradle' version ' 2.5.2 '
1313}
1414repositories {
1515 mavenCentral()
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version := "1.0"
33scalaVersion := " 2.13.15"
44
55val akkaVersion = " 2.10.0"
6- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.1 " )
6+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.2 " )
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.0</akka .version>
15- <akka-grpc .version>2.5.1 </akka-grpc .version>
15+ <akka-grpc .version>2.5.2 </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.1 "
4+ " com.lightbend.akka.grpc" % " sbt-akka-grpc" % " 2.5.2 "
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.1 '
12+ id ' com.lightbend.akka.grpc.gradle' version ' 2.5.2 '
1313}
1414repositories {
1515 mavenCentral()
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version := "1.0"
44scalaVersion := " 2.13.15"
55
66val akkaVersion = " 2.10.0"
7- lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.1 " )
7+ lazy val akkaGrpcVersion = sys.props.getOrElse(" akka-grpc.version" , " 2.5.2 " )
88
99enablePlugins(AkkaGrpcPlugin )
1010
You can’t perform that action at this time.
0 commit comments