Skip to content

Commit

Permalink
Update scala compiler to 2.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
carabolic committed Feb 23, 2016
1 parent 49c2474 commit 839d7cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 839d7cf

Please sign in to comment.