Ismael Juma created KAFKA-2323:
----------------------------------
Summary: Simplify ScalaTest dependency versions
Key: KAFKA-2323
URL: https://issues.apache.org/jira/browse/KAFKA-2323
Project: Kafka
Issue Type: Improvement
Reporter: Ismael Juma
Assignee: Ismael Juma
Priority: Minor
We currently use the following ScalaTest versions:
* 1.8 for Scala 2.9.x
* 1.9.1 for Scala 2.10.x
* 2.2.0 for Scala 2.11.x
I propose we simplify it to:
* 1.9.1 for Scala 2.9.x
* 2.2.5 for every other Scala version (currently 2.10.x and 2.11.x)
And since we will drop support for Scala 2.9.x soon, then the conditional check
for ScalaTest can be removed altogether.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)