从sbt 1.2.4升级到1.2.5时如何修复编译错误

时间:2019-06-25 15:59:30

标签: scala sbt

将sbt从1.2.4升级到1.2.5时,会出现一些编译错误

有什么想法吗?

[error] This symbol is required by 'class xxx.RedisClients'.
[error] Make sure that type LazyLogging is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
[error] A full rebuild may help if 'RedisClients.class' was compiled against an incompatible version of <none>.scalalogging.
[error]     val clients    = new RedisClients(configs)
[error]                          ^

0 个答案:

没有答案