[jvm] reduce scala-compiler, scalatest dependency scopes (#6730)

* [jvm] reduce scala-compiler, scalatest dependency scopes

* [jvm] workaround for GpuTestSuite scalatest dependency

* scalatest scope tweak
This commit is contained in:
Viktor Szathmáry
2021-04-08 00:22:08 +02:00
committed by GitHub
parent 7bcc8b3e5c
commit b65e3c4444
3 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.binary.version}</artifactId>
<version>3.0.5</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
</dependencies>