Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 sbt 用于 Akka 项目。我想重定向记录器的输出。因此,我想使用 logback。
我必须添加什么build.sbt来管理 logback 的库依赖项?
build.sbt
将以下内容添加到build.sbt:
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.3"