【发布时间】:2017-06-20 19:47:24
【问题描述】:
当我尝试运行我的服务器时,我得到了这个错误:
sbt.ResolveException:未解决的依赖: postgresql#postgresql;42.1.0: 未找到
我尝试过的每个版本的 postgresql 都会发生这种情况,所以我真的不明白为什么。我在 build.sbt 文件中添加了依赖项,如下所示:
libraryDependencies += "postgresql" % "postgresql" % "42.1.0"
【问题讨论】:
标签: postgresql scala playframework-2.0