IDEA sbt编译出错unresolved dependency: com.eed3si9n#sbt-assembly;0.13.0: not found
sbt编译的时候报错:
unresolved dependency: com.eed3si9n#sbt-assembly;0.13.0: not found
我这里的原因是sbt的版本对不上,找到project文件夹下的build.properties文件,
将里面的内容改为
sbt.version=0.13.15
即可解决。
来源:CSDN
作者:voidfaceless
链接:https://blog.csdn.net/voidfaceless/article/details/103799475