Skip to content

Commit

Permalink
back kcl to 2.4.2 for slf4j v1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nowak committed Oct 31, 2024
1 parent 8d1b00d commit a573f37
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 @@ -162,7 +162,7 @@ lazy val thrall = playProject("thrall", 9002)
libraryDependencies ++= Seq(
"org.codehaus.groovy" % "groovy-json" % "3.0.7",
"com.yakaz.elasticsearch.plugins" % "elasticsearch-action-updatebyquery" % "2.2.0",
"software.amazon.kinesis" % "amazon-kinesis-client" % "2.6.0",
"software.amazon.kinesis" % "amazon-kinesis-client" % "2.4.2",
"io.github.streetcontxt" %% "kcl-akka-stream" % "4.1.1",
"org.testcontainers" % "elasticsearch" % "1.19.2" % Test,
"com.google.protobuf" % "protobuf-java" % "3.19.6"
Expand Down

0 comments on commit a573f37

Please sign in to comment.