Skip to content

Commit

Permalink
Add AKKA Streams dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyrosKou committed Apr 26, 2021
1 parent 887fd5c commit 1966493
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ version := "0.1"

scalaVersion := "2.13.5"

val AkkaVersion = "2.6.14"


libraryDependencies += "com.typesafe.akka" %% "akka-stream" % AkkaVersion
libraryDependencies += "com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion% Test
libraryDependencies += "org.elasticsearch.client" % "elasticsearch-rest-high-level-client" % "7.3.2"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.7" % "test"


libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.7" % "test"

0 comments on commit 1966493

Please sign in to comment.