We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e255f + 1e17ecf commit 2320db2Copy full SHA for 2320db2
keywords-Await/.jvm/jvm.sbt
@@ -7,7 +7,7 @@ libraryDependencies ++= {
7
Seq(
8
"com.typesafe.akka" %% "akka-actor" % "2.5.23" % Test,
9
"com.typesafe.akka" %% "akka-stream" % "2.5.23" % Test,
10
- "com.typesafe.akka" %% "akka-http" % "10.1.3" % Test
+ "com.typesafe.akka" %% "akka-http" % "10.1.8" % Test
11
)
12
}
13
package/build.sbt
@@ -21,7 +21,7 @@ libraryDependencies ++= {
21
"com.lihaoyi" %% "sourcecode" % "0.1.7" % Optional,
22
"io.monix" %% "monix" % "2.3.3" % Optional,
23
"com.typesafe.akka" %% "akka-stream" % "2.5.23" % Optional,
24
- "com.typesafe.akka" %% "akka-http" % "10.1.3" % Optional
+ "com.typesafe.akka" %% "akka-http" % "10.1.8" % Optional
25
26
27
0 commit comments