This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new d7f3505 MINOR: Update scala default version in readme (#9260)
d7f3505 is described below
commit d7f3505a212a8e97b39b3baae5f347bd859c87e4
Author: Luke Chen <43372967+showuon@users.noreply.github.com>
AuthorDate: Tue Sep 8 22:11:43 2020 +0800
MINOR: Update scala default version in readme (#9260)
Now, default should be 2.13.x, not 2.12.x. Update it.
Reviewers: Ismael Juma <ismael@juma.me.uk>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f9a6499..de3ef2c 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):
|