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 83d534c + 92aa577 commit ef34f57Copy full SHA for ef34f57
build.sbt
@@ -346,8 +346,8 @@ lazy val scala_akka_3 = (project in file("scala-akka-3"))
346
libraryDependencies ++= Seq(
347
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
348
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion,
349
- "org.slf4j" % "slf4j-api" % "2.0.16",
350
- "org.slf4j" % "slf4j-simple" % "2.0.16",
+ "org.slf4j" % "slf4j-api" % "2.0.17",
+ "org.slf4j" % "slf4j-simple" % "2.0.17",
351
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion % Test,
352
akkaActorTyped,
353
akkaStreamDep,
0 commit comments