Skip to content

Commit 32c9a17

Browse files
scala-stewardandyglow
authored andcommitted
Update akka-http to 10.1.13
1 parent 7205eb6 commit 32c9a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Dependencies {
1212
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion % Examples
1313
val scalaStm = "org.scala-stm" %% "scala-stm" % "0.11.0" % Compile
1414

15-
val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.12" % Test
15+
val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.13" % Test
1616
val akkaStream = "com.typesafe.akka" %% "akka-stream" % "2.5.32" % Test
1717

1818
val all = Seq(nettyAll, nettyHttp, scalaStm, slf4jApi, slf4jSimple, akkaHttp, akkaStream)

0 commit comments

Comments
 (0)