将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] ^