Skip to content

Commit

Permalink
MINOR: Update scala default version in readme (apache#9260)
Browse files Browse the repository at this point in the history
Now, default should be 2.13.x, not 2.12.x. Update it.

Reviewers: Ismael Juma <[email protected]>
  • Loading branch information
showuon authored Sep 8, 2020
1 parent e8524cc commit d7f3505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit d7f3505

Please sign in to comment.