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

updated akka and akka-http versions #2071

Merged
merged 2 commits into from
Jan 7, 2020
Merged
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
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ object Dependencies {
val Scala213 = "2.13.1"
val ScalaVersions = Seq(Scala212, Scala211, Scala213).filterNot(_ == Scala211 && Nightly)

val AkkaVersion = if (Nightly) "2.6.0" else "2.5.26"
val AkkaVersion = if (Nightly) "2.6.0" else "2.5.27"
val AkkaBinaryVersion = if (Nightly) "2.6" else "2.5"

val InfluxDBJavaVersion = "2.15"

val AwsSdkVersion = "1.11.476"
val AwsSdk2Version = "2.10.34"
val AwsSpiAkkaHttpVersion = "0.0.7"
val AkkaHttpVersion = "10.1.10"
val AkkaHttpVersion = "10.1.11"
val AkkaHttpBinaryVersion = "10.1"
val mockitoVersion = "3.1.0"

Expand Down