mirror of
https://github.com/enso-org/enso.git
synced 2024-12-29 02:41:40 +03:00
remove akka from logging-service.
Seems like some leftover.
This commit is contained in:
parent
ec4443766c
commit
5eaef2ed50
@ -734,8 +734,7 @@ lazy val `logging-service` = project
|
||||
libraryDependencies ++= Seq(
|
||||
"org.slf4j" % "slf4j-api" % slf4jVersion,
|
||||
"com.typesafe" % "config" % typesafeConfigVersion,
|
||||
"org.scalatest" %% "scalatest" % scalatestVersion % Test,
|
||||
akkaHttp
|
||||
"org.scalatest" %% "scalatest" % scalatestVersion % Test
|
||||
)
|
||||
)
|
||||
.dependsOn(`logging-utils`)
|
||||
|
Loading…
Reference in New Issue
Block a user