SBT doesn't find file in local maven repository although it's there

前端 未结 4 1818
不思量自难忘°
不思量自难忘° 2020-12-07 17:19

I\'m having problems with a maven dependency which is in my local respository.

SBT can\'t find it. Already set log level to debug, but not getting anything new.

4条回答
  •  一向
    一向 (楼主)
    2020-12-07 18:13

    Just add this line in the build.scala or build.sbt file

    resolvers += Resolver.mavenLocal
    

提交回复
热议问题