Skip to content

Commit

Permalink
Update amazon-kinesis-client to 3.0.0 (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 7, 2024
1 parent e65a904 commit 8710d57
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 @@ -110,7 +110,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.6.0"
"software.amazon.kinesis" % "amazon-kinesis-client" % "3.0.0"
)
)
.dependsOn(core % "compile->compile;test->test")

0 comments on commit 8710d57

Please sign in to comment.