From 2a73c2e9fea5ed65fd8b46a45d9dde3edc03ecb8 Mon Sep 17 00:00:00 2001 From: Adam Gray Date: Fri, 27 Jan 2017 12:00:18 +0400 Subject: [PATCH] bump aws sdk dep to 1.11.86 and limit to kinesis for lighter build --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8055e2f..c46ae73 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ licenses += ( "MIT" -> url("http://opensource.org/licenses/MIT") ) unmanagedSourceDirectories in Compile += baseDirectory.value / "examples" libraryDependencies ++= Seq( - "com.amazonaws" % "aws-java-sdk" % "1.9.23", + "com.amazonaws" % "aws-java-sdk-kinesis" % "1.11.86", "org.mockito" % "mockito-all" % "1.10.8" % "test" )