summaryrefslogtreecommitdiff
path: root/crashbox-http/build.sbt
blob: 2597b7947e7b82cae9f5ac7f57b8240798b6253d (plain) (blame)
1
2
3
4
5
6
7
import crashbox.Dependencies

libraryDependencies ++= Seq(
  Dependencies.akkaActor,
  Dependencies.akkaHttp,
  Dependencies.akkaHttpCore
)