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 ebed7a3 commit 65b9ab7Copy full SHA for 65b9ab7
build.sbt
@@ -156,7 +156,7 @@ lazy val scala_test = (project in file("scala-test"))
156
157
lazy val scala_akka_dependencies: Seq[ModuleID] = Seq(
158
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.19",
159
- logback,
+ "ch.qos.logback" % "logback-classic" % "1.2.3",
160
"com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.19" % Test,
161
"com.lightbend.akka" %% "akka-stream-alpakka-mongodb" % "2.0.1",
162
"com.typesafe.akka" %% "akka-stream" % "2.6.19",
0 commit comments