Skip to content

Commit

Permalink
Update amazon-kinesis-client to 2.5.6 (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 14, 2024
1 parent 4cde3a3 commit e2a0e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ lazy val dynamicConsumer = (project in file("dynamic-consumer"))
name := "zio-kinesis-dynamic-consumer",
assembly / assemblyJarName := "zio-kinesis-dynamic-consumer" + version.value + ".jar",
libraryDependencies ++= Seq(
"software.amazon.kinesis" % "amazon-kinesis-client" % "2.5.5"
"software.amazon.kinesis" % "amazon-kinesis-client" % "2.5.6"
)
)
.dependsOn(core % "compile->compile;test->test")

0 comments on commit e2a0e75

Please sign in to comment.