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 7205eb6 commit 32c9a17Copy full SHA for 32c9a17
project/Dependencies.scala
@@ -12,7 +12,7 @@ object Dependencies {
12
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion % Examples
13
val scalaStm = "org.scala-stm" %% "scala-stm" % "0.11.0" % Compile
14
15
- val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.12" % Test
+ val akkaHttp = "com.typesafe.akka" %% "akka-http" % "10.1.13" % Test
16
val akkaStream = "com.typesafe.akka" %% "akka-stream" % "2.5.32" % Test
17
18
val all = Seq(nettyAll, nettyHttp, scalaStm, slf4jApi, slf4jSimple, akkaHttp, akkaStream)
0 commit comments