When updating our project to use the newer mongo drivers (4.2.3), I had to explicitly exclude 3.10.0 imported by map4k. As it is only used for test, can the dependency be relegated to `testCompile` instead of `compile`?
When updating our project to use the newer mongo drivers (4.2.3), I had to explicitly exclude 3.10.0 imported by map4k.
As it is only used for test, can the dependency be relegated to
testCompileinstead ofcompile?