Skip to content

Commit

Permalink
bump: Akka 2.9.2, Akka gRPC 2.4.1 (#76)
Browse files Browse the repository at this point in the history
* bump: Akka 2.9.2, Akka gRPC 2.4.1

* Some more build tools
  • Loading branch information
johanandren authored Mar 13, 2024
1 parent 2907813 commit d495417
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/g8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation 'com.typesafe.akka:akka-stream_2.13:$akka_version$'
implementation 'com.typesafe.akka:akka-pki_2.13:$akka_version$'

implementation 'ch.qos.logback:logback-classic:1.2.3'
implementation 'ch.qos.logback:logback-classic:1.2.13'

testImplementation 'com.typesafe.akka:akka-actor-testkit-typed_2.13:$akka_version$'
testImplementation 'com.typesafe.akka:akka-stream-testkit_2.13:$akka_version$'
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-discovery" % akkaVersion,
"com.typesafe.akka" %% "akka-pki" % akkaVersion,

"ch.qos.logback" % "logback-classic" % "1.2.3",
"ch.qos.logback" % "logback-classic" % "1.2.13",

"com.typesafe.akka" %% "akka-actor-testkit-typed" % akkaVersion % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test,
Expand Down
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-scala
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 Scala. This app uses Akka, Scala, and ScalaTest.
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

0 comments on commit d495417

Please sign in to comment.