Skip to content

Commit

Permalink
Use released versions for Akka / Akka HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph authored and LesnyRumcajs committed Aug 26, 2021
1 parent e9e8d9c commit 1ae5a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scala_akka_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ scalaVersion := "2.13.6"

run / fork := true

val akkaVersion = "2.6.15+21-0bafbce3-SNAPSHOT"
val akkaHttpVersion = "10.2.5-M1+8-da453282-SNAPSHOT"
val akkaVersion = "2.6.16"
val akkaHttpVersion = "10.2.6"

enablePlugins(AkkaGrpcPlugin)

Expand Down

0 comments on commit 1ae5a57

Please sign in to comment.