mirror of
https://github.com/enso-org/enso.git
synced 2024-12-29 03:12:29 +03:00
remove akka from downloader
This commit is contained in:
parent
62c1414ddf
commit
ec4443766c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user