We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1b456 commit 2cf291cCopy full SHA for 2cf291c
build.sbt
@@ -49,7 +49,7 @@ libraryDependencies ++= Seq(
49
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
50
"com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion % Test,
51
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
52
- "com.typesafe.akka" %% "akka-http" % "10.1.4"
+ "com.typesafe.akka" %% "akka-http" % "10.1.5"
53
)
54
55
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3" % Runtime
0 commit comments