Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update akka-http to 10.2.9 #603

Merged
merged 1 commit into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keywords-Await/.jvm/jvm.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Ordering.Implicits._

libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.2.8" % Test cross CrossVersion.for3Use2_13
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.2.9" % Test cross CrossVersion.for3Use2_13

libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % "2.6.18" % Test cross CrossVersion.for3Use2_13

Expand Down
2 changes: 1 addition & 1 deletion package/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4" % Optional
// libraryDependencies += "com.thoughtworks.each" %% "each" % "3.3.4" % Optional cross CrossVersion.for3Use2_13
libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.2.8" % Optional
libraryDependencies += "io.monix" %% "monix" % "3.4.0" % Optional
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.2.8" % Optional cross CrossVersion.for3Use2_13
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.2.9" % Optional cross CrossVersion.for3Use2_13
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % Optional cross CrossVersion.for3Use2_13 intransitive ()

import Ordering.Implicits._
Expand Down
2 changes: 1 addition & 1 deletion scala-async/.jvm/jvm.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.2.8" % Test cross CrossVersion.for3Use2_13
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.2.9" % Test cross CrossVersion.for3Use2_13

libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % "2.6.18" % Test cross CrossVersion.for3Use2_13

Expand Down