aboutsummaryrefslogtreecommitdiff
path: root/stage2/Scaffold.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2016-03-09 07:21:32 -0800
committerPaul Phillips <paulp@improving.org>2016-03-09 08:06:28 -0800
commit889a492a2b0988d7f095bc465145c78ecf61119c (patch)
tree89700ac1c8facd25f31caa1b9d3df87448569d02 /stage2/Scaffold.scala
parent2251bd69446b4e2f05b6fc929c70d5afa4986fe5 (diff)
downloadcbt-889a492a2b0988d7f095bc465145c78ecf61119c.tar.gz
cbt-889a492a2b0988d7f095bc465145c78ecf61119c.tar.bz2
cbt-889a492a2b0988d7f095bc465145c78ecf61119c.zip
Scala version 2.11.8.
Diffstat (limited to 'stage2/Scaffold.scala')
-rw-r--r--stage2/Scaffold.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/stage2/Scaffold.scala b/stage2/Scaffold.scala
index 18b2cc3..4226e21 100644
--- a/stage2/Scaffold.scala
+++ b/stage2/Scaffold.scala
@@ -46,7 +46,7 @@ import java.io.File
import scala.collection.immutable.Seq
class Build(context: Context) extends BuildBuild(context){
- override def scalaVersion: String = "2.11.7"
+ override def scalaVersion: String = "2.11.8"
override def dependencies = super.dependencies ++ Seq(
BuildDependency( projectDirectory.parent ++ "/build-shared")
@@ -82,7 +82,7 @@ import java.io.File
import scala.collection.immutable.Seq
class Build(context: Context) extends BuildBuild(context){
- override def scalaVersion: String = "2.11.7"
+ override def scalaVersion: String = "2.11.8"
override def dependencies = super.dependencies ++ Seq(
BuildDependency( projectDirectory.parent.parent ++ "/build-shared")