@@ -44,7 +44,7 @@ object BuildSettings {
4444}
4545
4646object Dependencies {
47- val jodaTime = " joda-time" % " joda-time" % " 2.9.7 "
47+ val jodaTime = " joda-time" % " joda-time" % " 2.9.9 "
4848 val jodaConvert = " org.joda" % " joda-convert" % " 1.8.1"
4949 val config = " com.typesafe" % " config" % " 1.3.1"
5050
@@ -55,14 +55,15 @@ object Dependencies {
5555 val scalatest = " org.scalatest" %% " scalatest" % " 3.0.3"
5656 val awaitility = " com.jayway.awaitility" % " awaitility-scala" % " 1.7.0"
5757
58- val amazonJavaSdk = " com.amazonaws" % " aws-java-sdk" % " 1.11.126 " exclude (" commons-logging" , " commons-logging" )
58+ val amazonJavaSdk = " com.amazonaws" % " aws-java-sdk" % " 1.11.129 " exclude (" commons-logging" , " commons-logging" )
5959
6060 val scalaGraph = " org.scala-graph" %% " graph-core" % " 1.11.5"
6161
6262 val akkaVersion = " 2.5.1"
6363 val akkaHttpVersion = " 10.0.6"
6464 val akka2Actor = " com.typesafe.akka" %% " akka-actor" % akkaVersion
6565 val akka2Slf4j = " com.typesafe.akka" %% " akka-slf4j" % akkaVersion
66+ val akka2Streams = " com.typesafe.akka" %% " akka-streams" % akkaVersion
6667 val akka2Testkit = " com.typesafe.akka" %% " akka-testkit" % akkaVersion % " test"
6768 val akka2Http = " com.typesafe.akka" %% " akka-http" % akkaHttpVersion
6869 val sprayJson = " io.spray" %% " spray-json" % " 1.3.3"
@@ -111,7 +112,7 @@ object ElasticMQBuild extends Build {
111112 " elasticmq-rest-sqs" ,
112113 file(" rest/rest-sqs" ),
113114 settings = buildSettings ++
114- Seq (libraryDependencies ++= Seq (akka2Actor, akka2Slf4j, akka2Http, sprayJson, akka2HttpTestkit, scalaAsync) ++ common)
115+ Seq (libraryDependencies ++= Seq (akka2Actor, akka2Slf4j, akka2Http, akka2Streams, sprayJson, akka2HttpTestkit, scalaAsync) ++ common)
115116 ) dependsOn(core, commonTest % " test" )
116117
117118 lazy val restSqsTestingAmazonJavaSdk : Project = Project (
0 commit comments