Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

bump: Akka 2.9.2, Akka gRPC 2.4.1 #69

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=akka-grpc-quickstart-java
description = Akka gRPC is a toolkit for building streaming gRPC servers and clients on top of Akka Streams. This simple application will get you started building gRPC based systems with Java.
akka_grpc_version=2.4.0
akka_version=2.9.0
akka_grpc_version=2.4.1
akka_version=2.9.2
sbt_version=maven(org.scala-sbt, sbt, stable)
scala_major_version=2.13
scala_version=2.13.12
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<akka.version>$akka_version$</akka.version>
<akka.grpc.version>$akka_grpc_version$</akka.grpc.version>
<scala.binary.version>$scala_major_version$</scala.binary.version>
<grpc.version>1.58.0</grpc.version>
<grpc.version>1.60.2</grpc.version>
<project.encoding>UTF-8</project.encoding>
</properties>

Expand Down
Loading