aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
blob: 4605b34bff8b29055229d7eb09da1c52ee6bfa1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package akkaserial

import sbt._

object Dependencies {

  val akkaActor = "com.typesafe.akka" %% "akka-actor" % "2.5.7"
  val akkaStream ="com.typesafe.akka" %% "akka-stream" % "2.5.7"

  val akkaTestKit = "com.typesafe.akka" %% "akka-testkit" % "2.5.7"
  val scalatest = "org.scalatest" %% "scalatest" % "3.0.2"

}