Skip to content

Commit 2320db2

Browse files
authored
Merge pull request #265 from scala-steward/update/akka-http-10.1.8
Update akka-http to 10.1.8
2 parents 20e255f + 1e17ecf commit 2320db2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keywords-Await/.jvm/jvm.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libraryDependencies ++= {
77
Seq(
88
"com.typesafe.akka" %% "akka-actor" % "2.5.23" % Test,
99
"com.typesafe.akka" %% "akka-stream" % "2.5.23" % Test,
10-
"com.typesafe.akka" %% "akka-http" % "10.1.3" % Test
10+
"com.typesafe.akka" %% "akka-http" % "10.1.8" % Test
1111
)
1212
}
1313
}

package/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libraryDependencies ++= {
2121
"com.lihaoyi" %% "sourcecode" % "0.1.7" % Optional,
2222
"io.monix" %% "monix" % "2.3.3" % Optional,
2323
"com.typesafe.akka" %% "akka-stream" % "2.5.23" % Optional,
24-
"com.typesafe.akka" %% "akka-http" % "10.1.3" % Optional
24+
"com.typesafe.akka" %% "akka-http" % "10.1.8" % Optional
2525
)
2626
}
2727
}

0 commit comments

Comments
 (0)