Skip to content

Commit

Permalink
Update akka-stream-testkit to 2.6.17 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 15, 2021
1 parent a14258a commit e823009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def enumeratumInExamples = {
}
val optionalEnumeratum = optional(enumeratum)

val akkaVersion = "2.6.16"
val akkaVersion = "2.6.17"
val akkaHttpVersion = "10.2.6"
val akkaStream = "com.typesafe.akka" %% "akka-stream" % akkaVersion
val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion
Expand Down

0 comments on commit e823009

Please sign in to comment.