From b2a238c9aa228d634a42373520b8b13052d8ed3e Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 17 Apr 2014 02:06:25 -0600 Subject: [PATCH] bump to Scala 2.11 --- activator.properties | 6 +++--- build.sbt | 4 ++-- project/build.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/activator.properties b/activator.properties index 252fcb9..458ec8c 100644 --- a/activator.properties +++ b/activator.properties @@ -1,4 +1,4 @@ -name=hello-scala -title=Hello Scala! -description=Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. This very simple Scala application will get you started building and testing standalone Scala apps. This app uses Scala 2.10 and ScalaTest. +name=hello-scala-2_11 +title=Hello Scala 2.11! +description=Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. This very simple Scala application will get you started building and testing standalone Scala apps. This app uses Scala 2.11 and ScalaTest. tags=Basics,scala,starter diff --git a/build.sbt b/build.sbt index 79b3a7d..9daf2d4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,6 +2,6 @@ name := "hello-scala" version := "1.0" -scalaVersion := "2.10.2" +scalaVersion := "2.11.0" -libraryDependencies += "org.scalatest" %% "scalatest" % "1.9.1" % "test" +libraryDependencies += "org.scalatest" % "scalatest_2.11.0-RC4" % "2.1.3" % "test" diff --git a/project/build.properties b/project/build.properties index 0974fce..8ac605a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.0 +sbt.version=0.13.2