remove akka from downloader

This commit is contained in:
Pavel Marek 2024-02-13 14:44:10 +01:00
parent 62c1414ddf
commit ec4443766c

View File

@ -2493,11 +2493,7 @@ lazy val downloader = (project in file("lib/scala/downloader"))
"org.scalatest" %% "scalatest" % scalatestVersion % Test,
"junit" % "junit" % junitVersion % Test,
"com.github.sbt" % "junit-interface" % junitIfVersion % Test,
"org.hamcrest" % "hamcrest-all" % hamcrestVersion % Test,
akkaActor,
akkaStream,
akkaHttp,
akkaSLF4J
"org.hamcrest" % "hamcrest-all" % hamcrestVersion % Test
)
)
.dependsOn(cli)