Skip to content

Commit 330a2f7

Browse files
authored
Merge pull request #4 from StreetContxt/aws-sdk-mismatch
Downgraded KPL Version to be compatible with Consumer
2 parents a0a73be + eb38690 commit 330a2f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
organization in ThisBuild := "com.contxt"
22
scalaVersion in ThisBuild := "2.11.8"
3-
version in ThisBuild := "1.0.1-SNAPSHOT"
3+
version in ThisBuild := "1.0.2-SNAPSHOT"
44

55
val slf4j = "org.slf4j" % "slf4j-api" % "1.7.21"
6-
val amazonKinesisProducer = "com.amazonaws" % "amazon-kinesis-producer" % "0.12.8"
6+
val amazonKinesisProducer = "com.amazonaws" % "amazon-kinesis-producer" % "0.12.7"
77
val typesafeConfig = "com.typesafe" % "config" % "1.3.1"
88

99
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)