Skip to content

Commit

Permalink
=akka update akka-* versions (LesnyRumcajs#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored Feb 16, 2022
1 parent e4718f1 commit cfe3081
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scala_akka_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name := "akka-grpc-quickstart-scala"

version := "1.0"

scalaVersion := "2.13.6"
scalaVersion := "2.13.8"

run / fork := true

val akkaVersion = "2.6.16"
val akkaHttpVersion = "10.2.6"
val akkaVersion = "2.6.18"
val akkaHttpVersion = "10.2.8"

enablePlugins(AkkaGrpcPlugin)

Expand Down
4 changes: 2 additions & 2 deletions scala_akka_bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<akka.version>2.6.8</akka.version>
<akka.grpc.version>1.0.0</akka.grpc.version>
<akka.version>2.6.18</akka.version>
<akka.grpc.version>2.1.3</akka.grpc.version>
<scala.binary.version>2.13</scala.binary.version>
<grpc.version>1.28.1</grpc.version>
<project.encoding>UTF-8</project.encoding>
Expand Down
2 changes: 1 addition & 1 deletion scala_akka_bench/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.0")
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.3")

addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.5")

Expand Down

0 comments on commit cfe3081

Please sign in to comment.