How to get logging working in scala unit tests with testng, slf4s, and logback

后端 未结 4 939
被撕碎了的回忆
被撕碎了的回忆 2020-12-30 23:51

I\'m new to Scala, and not that familiar with recent developments in Java, so I am having what I assume is a basic problem.

I\'m writing some Scala code, and testing

4条回答
  •  北海茫月
    2020-12-31 00:45

    slf4s 1.0.7 depends on slf4j 1.6.1 as you can see [here][1]. Try to use this version instead of 1.6.3 for your other slf4j dependencies.

提交回复
热议问题