Skip to content

Commit

Permalink
[FLINK-7414] Pin scala quickstart to 2.11
Browse files Browse the repository at this point in the history
Pinning it to the latest version means the order in which we deploy to
maven doesn't matter anymore.
  • Loading branch information
aljoscha committed Oct 13, 2017
1 parent ff9cefb commit 85b2f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ under the License.
<flink.version>@project.version@</flink.version>
<slf4j.version>@slf4j.version@</slf4j.version>
<log4j.version>@log4j.version@</log4j.version>
<scala.binary.version>@scala.binary.version@</scala.binary.version>
<scala.binary.version>2.11</scala.binary.version>
</properties>

<!--
Expand Down

0 comments on commit 85b2f27

Please sign in to comment.