sbt依賴管理備忘

一、禁止依賴傳遞(intransitive) json

val json4s = "org.json4s" %% "json4s-core" % "3.2.4" intransitive()
二、排除某個傳遞的依賴(exclude)

val json4s = "org.json4s" %% "json4s-native" % "3.2.4" exclude("org.scala-lang", "scala-compiler")
相關文章
相關標籤/搜索