Skip to content

Commit

Permalink
[FLINK-8222] [build] Update Scala version
Browse files Browse the repository at this point in the history
This is an incremental upgrade to the Scala security release 2.11.12.

This closes apache#5136
  • Loading branch information
greghogan committed Dec 21, 2017
1 parent a355df6 commit 8987de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ under the License.
<slf4j.version>@slf4j.version@</slf4j.version>
<log4j.version>@log4j.version@</log4j.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.11.11</scala.version>
<scala.version>2.11.12</scala.version>
</properties>

<!--
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ under the License.
<maven.compiler.target>${java.version}</maven.compiler.target>
<scala.macros.version>2.1.0</scala.macros.version>
<!-- Default scala versions, may be overwritten by build profiles -->
<scala.version>2.11.11</scala.version>
<scala.version>2.11.12</scala.version>
<scala.binary.version>2.11</scala.binary.version>
<chill.version>0.7.4</chill.version>
<zookeeper.version>3.4.10</zookeeper.version>
Expand Down

0 comments on commit 8987de3

Please sign in to comment.