Skip to content

Commit

Permalink
build: update all akka-http dependencies at once
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-lier committed Jul 28, 2023
1 parent 62d1be2 commit dda9c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object Dependencies {

lazy val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % "2.8.3" % Test

lazy val akkaHttpTestkit = "com.typesafe.akka" %% "akka-http-testkit" % "10.5.0" % Test
lazy val akkaHttpTestkit = "com.typesafe.akka" %% "akka-http-testkit" % "10.5.2" % Test

lazy val akkaTestkit = "com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.8.3" % Test

Expand Down

0 comments on commit dda9c5c

Please sign in to comment.