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.
1 parent 950e173 commit 7d10f57Copy full SHA for 7d10f57
project/Dependencies.scala
@@ -28,7 +28,7 @@ object Dependencies {
28
val AkkaHttpBinaryVersion = VersionNumber(AkkaHttpVersion).numbers match {
29
case Seq(major, minor, _*) => s"$major.$minor"
30
}
31
- val AlpakkaKafkaVersion = "7.0.2"
+ val AlpakkaKafkaVersion = "7.0.3"
32
val ScalaTestVersion = "3.2.19"
33
val TestContainersScalaTestVersion = "0.40.3" // pulls Testcontainers 1.16.2
34
val mockitoVersion = "5.13.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases
0 commit comments