Skip to content

Commit

Permalink
Update akka-stream-testkit to 2.6.20 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Kiersznowski <pkiersznowski@iterato.rs>
  • Loading branch information
scala-steward and pk044 committed Apr 14, 2023
1 parent 7b2c364 commit 390a54b
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 @@ -133,7 +133,7 @@ def enumeratumInExamples = {
}
val optionalEnumeratum = optional(enumeratum.cross(CrossVersion.for3Use2_13))

val akkaVersion = "2.6.19"
val akkaVersion = "2.6.20"
val akkaHttpVersion = "10.2.10"
val akkaStream = "com.typesafe.akka" %% "akka-stream" % akkaVersion
val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion
Expand Down

0 comments on commit 390a54b

Please sign in to comment.