summaryrefslogtreecommitdiff
path: root/crashbox-server/build.sbt
blob: 3de6438c79f7aacd834a19fc8306b1b6ed210dad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import crashbox.Dependencies

libraryDependencies ++= Seq(
  Dependencies.akkaActor,
  Dependencies.akkaHttp,
  Dependencies.akkaHttpCore,
  Dependencies.akkaHttpSpray,
  Dependencies.akkaStream,
  Dependencies.jgitArchive,
  Dependencies.jgitServer,
  Dependencies.dockerClient,
  Dependencies.scalatest % Test
)