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.
今天是我和芬奇在一起的第一天。我无法为 finch 和 finagle 找到正确的 SBT 依赖项集。
我已经尝试了所有依赖项,如图 2 所示
您使用的是 Scala 2.12,但您的依赖项适用于 Scala 2.11。
这是编写所需内容的正确方法:
libraryDependencies += "com.github.finagle" %% "finch-core" % "0.13.0"
Build.scala, % 和 %% 符号含义