Skip to content

Commit

Permalink
Update scala compiler to 2.11.7
Browse files Browse the repository at this point in the history
Update scala version to fix bug concerning case classes in package
objects. Also use newer scala-maven-plugin that fully support scala
2.11.

Fixes peelframework#78
  • Loading branch information
carabolic committed Feb 24, 2016
1 parent 49c2474 commit e0940a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ This project includes:
peel-flinkspark-bundle under The Apache License, Version 2.0
peel-spark-bundle under The Apache License, Version 2.0
pegdown under Apache 2
quasiquotes under BSD-like
Scala Compiler under BSD-like
Scala Library under BSD-like
Scala Compiler under BSD 3-Clause
Scala Library under BSD 3-Clause
scala-arm under BSD-Style
scala-continuations-library under BSD 3-clause
scala-parser-combinators under BSD 3-clause
scala-xml under BSD 3-clause
scalacheck under BSD-style
ScalaTest under the Apache License, ASL Version 2.0
scalaz-concurrent under BSD-style
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<encoding>UTF-8</encoding>
<!-- Maven Plugins -->
<maven-eclipse-plugin.version>2.9</maven-eclipse-plugin.version>
<scala-maven-plugin.version>3.1.6</scala-maven-plugin.version>
<scala-maven-plugin.version>3.2.1</scala-maven-plugin.version>
<build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
<maven-surefire-plugin.version>2.7</maven-surefire-plugin.version>
<scalatest-maven-plugin.version>1.0-RC2</scalatest-maven-plugin.version>
Expand All @@ -95,8 +95,8 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<!-- Scala -->
<scala.version>2.10.5</scala.version>
<scala.tools.version>2.10</scala.tools.version>
<scala.version>2.11.7</scala.version>
<scala.tools.version>2.11</scala.tools.version>
<!-- Spring -->
<spring-beans.version>4.0.5.RELEASE</spring-beans.version>
<!-- Akka -->
Expand All @@ -106,7 +106,7 @@
<!-- Testing -->
<junit.version>4.11</junit.version>
<scalatest.version>2.1.7</scalatest.version>
<specs2.version>2.3.10</specs2.version>
<specs2.version>2.3.11</specs2.version>
<scalacheck.version>1.12.2</scalacheck.version>
<!-- Config -->
<config.version>1.2.1</config.version>
Expand Down

0 comments on commit e0940a8

Please sign in to comment.