当我尝试运行服务器时,出现此错误:
sbt.ResolveException:未解析的依赖项: postgresql#postgresql; 42.1.0:not found
这种情况发生在我尝试过的每个版本的postgresql中,所以我真的不明白为什么。我在build.sbt文件中添加了依赖项,如下所示:
libraryDependencies += "postgresql" % "postgresql" % "42.1.0"
答案 0 :(得分:1)
将此:libraryDependencies += "org.postgresql" % "postgresql" % "42.1.0"
添加到build.sbt文件