This is an automated email from the ASF dual-hosted git repository. aljoscha pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit b9c3984178fe5e1145abe90c1a35654eacd7c1fd Author: Aljoscha Krettek <[email protected]> AuthorDate: Tue Oct 2 11:37:49 2018 +0200 [FLINK-7811] Update scalatest to 3.0.0 for Scala 2.12 support Our previous dependency was too old. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f71d95..324a4c1 100644 --- a/pom.xml +++ b/pom.xml @@ -543,7 +543,7 @@ under the License. <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_${scala.binary.version}</artifactId> - <version>2.2.2</version> + <version>3.0.0</version> <scope>test</scope> </dependency>
