Skip to content

Commit

Permalink
build(deps): update dependency com.typesafe.akka:akka-stream-testkit …
Browse files Browse the repository at this point in the history
…to v2.8.2
  • Loading branch information
renovate[bot] authored May 9, 2023
1 parent a4a1dfc commit e959af1
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 rabbitMQ: ModuleID = "com.rabbitmq" % "amqp-client" % "5.17.0"

lazy val akkaStreamTestkit: ModuleID = "com.typesafe.akka" %% "akka-stream-testkit" % "2.8.0" % Test
lazy val akkaStreamTestkit: ModuleID = "com.typesafe.akka" %% "akka-stream-testkit" % "2.8.2" % Test

lazy val akkaHttpTestkit: ModuleID = "com.typesafe.akka" %% "akka-http-testkit" % "10.5.1" % Test

Expand Down

0 comments on commit e959af1

Please sign in to comment.