Skip to content

Commit

Permalink
Update akka-http, akka-http-testkit to 10.2.8 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 14, 2022
1 parent 7bcfc70 commit 0ded8d9
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 @@ -151,7 +151,7 @@ def enumeratumInExamples = {
val optionalEnumeratum = optional(enumeratum.cross(CrossVersion.for3Use2_13))

val akkaVersion = "2.6.18"
val akkaHttpVersion = "10.2.7"
val akkaHttpVersion = "10.2.8"
val akkaStream = "com.typesafe.akka" %% "akka-stream" % akkaVersion
val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion
val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
Expand Down

0 comments on commit 0ded8d9

Please sign in to comment.