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.
在我的 scala/scala github 项目(此处)的本地存储库中,jline 依赖项设置为 2.14.5。我将它更改为 3.1.3,但是当我尝试构建项目时,依赖关系没有解决。
如何解决?
那是因为groupIdjline 3.x 的 已从 更改jline为org.jline. 尝试以下方法: val jlineDep = "org.jline" % "jline" % versionProps("jline.version")
groupId
jline
org.jline
val jlineDep = "org.jline" % "jline" % versionProps("jline.version")