From d7f3505a212a8e97b39b3baae5f347bd859c87e4 Mon Sep 17 00:00:00 2001 From: Luke Chen <43372967+showuon@users.noreply.github.com> Date: Tue, 8 Sep 2020 22:11:43 +0800 Subject: [PATCH] MINOR: Update scala default version in readme (#9260) Now, default should be 2.13.x, not 2.12.x. Update it. Reviewers: Ismael Juma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9a64991d8c..de3ef2c8ef7 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ fail due to code changes. You can just run: ./gradlew clean ### Running a task with one of the Scala versions available (2.12.x or 2.13.x) ### -*Note that if building the jars with a version other than 2.12.x, you need to set the `SCALA_VERSION` variable or change it in `bin/kafka-run-class.sh` to run the quick start.* +*Note that if building the jars with a version other than 2.13.x, you need to set the `SCALA_VERSION` variable or change it in `bin/kafka-run-class.sh` to run the quick start.* You can pass either the major version (eg 2.12) or the full version (eg 2.12.7):