Skip to content

Commit

Permalink
[FLINK-8766] [quickstarts] Pin scala runtime version for Java Quickstart
Browse files Browse the repository at this point in the history
Followup to FLINK-7414, which pinned the scala version for the Scala Quickstart
  • Loading branch information
StephanEwen committed Feb 26, 2018
1 parent 509f854 commit 2239ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>@project.version@</flink.version>
<scala.binary.version>@scala.binary.version@</scala.binary.version>
<scala.binary.version>2.11</scala.binary.version>
</properties>

<repositories>
Expand Down

0 comments on commit 2239ba3

Please sign in to comment.