Skip to content

Commit

Permalink
[FLINK-6332] [build] Upgrade Scala versions
Browse files Browse the repository at this point in the history
Upgrade to the last maintenance releases of Scala 2.10 and 2.11.

This closes apache#3957
  • Loading branch information
greghogan committed May 31, 2017
1 parent 52efdcb commit 49a58fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ under the License.
<guava.version>18.0</guava.version>
<akka.version>2.3-custom</akka.version>
<java.version>1.7</java.version>
<scala.macros.version>2.0.1</scala.macros.version>
<scala.macros.version>2.1.0</scala.macros.version>
<!-- Default scala versions, may be overwritten by build profiles -->
<scala.version>2.10.4</scala.version>
<scala.version>2.10.6</scala.version>
<scala.binary.version>2.10</scala.binary.version>
<chill.version>0.7.4</chill.version>
<asm.version>5.0.4</asm.version>
Expand Down Expand Up @@ -488,7 +488,7 @@ under the License.
</property>
</activation>
<properties>
<scala.version>2.11.7</scala.version>
<scala.version>2.11.11</scala.version>
<scala.binary.version>2.11</scala.binary.version>
</properties>
</profile>
Expand Down

0 comments on commit 49a58fd

Please sign in to comment.