From 1af1353b60a214896c5b26ad6b4aa1bcbdd743ba Mon Sep 17 00:00:00 2001 From: Mazo Date: Fri, 5 Feb 2021 23:30:52 +0000 Subject: [PATCH] Add akka-http to satisfy kamon dependencies --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 8ccbad298..a7f6fea59 100644 --- a/build.sbt +++ b/build.sbt @@ -50,6 +50,7 @@ lazy val psforeverSettings = Seq( "com.typesafe.akka" %% "akka-coordination" % "2.6.12", "com.typesafe.akka" %% "akka-cluster-tools" % "2.6.12", "com.typesafe.akka" %% "akka-slf4j" % "2.6.12", + "com.typesafe.akka" %% "akka-http" % "10.2.3", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2", "org.specs2" %% "specs2-core" % "4.10.6" % "test", "org.scalatest" %% "scalatest" % "3.2.3" % "test",