We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0a73be + eb38690 commit 330a2f7Copy full SHA for 330a2f7
build.sbt
@@ -1,9 +1,9 @@
1
organization in ThisBuild := "com.contxt"
2
scalaVersion in ThisBuild := "2.11.8"
3
-version in ThisBuild := "1.0.1-SNAPSHOT"
+version in ThisBuild := "1.0.2-SNAPSHOT"
4
5
val slf4j = "org.slf4j" % "slf4j-api" % "1.7.21"
6
-val amazonKinesisProducer = "com.amazonaws" % "amazon-kinesis-producer" % "0.12.8"
+val amazonKinesisProducer = "com.amazonaws" % "amazon-kinesis-producer" % "0.12.7"
7
val typesafeConfig = "com.typesafe" % "config" % "1.3.1"
8
9
libraryDependencies ++= Seq(
0 commit comments