Skip to content

Commit 95c043c

Browse files
committed
Bumped the Scala version to 2.11.7. Also bumped the SBT, ScalaCheck, and ScalaTest versions.
1 parent d855360 commit 95c043c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name := "Programming Scala, Second Edition - Code examples"
22

3-
version := "2.0"
3+
version := "2.1"
44

55
organization := "org.programming-scala"
66

7-
scalaVersion := "2.11.6"
7+
scalaVersion := "2.11.7"
88

99
libraryDependencies ++= Seq(
1010
"org.scala-lang.modules" %% "scala-async" % "0.9.2",
@@ -15,8 +15,8 @@ libraryDependencies ++= Seq(
1515
"com.typesafe.akka" %% "akka-slf4j" % "2.3.4",
1616
"ch.qos.logback" % "logback-classic" % "1.1.2",
1717
"org.scalaz" %% "scalaz-core" % "7.1.0",
18-
"org.scalacheck" %% "scalacheck" % "1.11.5" % "test",
19-
"org.scalatest" %% "scalatest" % "2.2.1" % "test",
18+
"org.scalacheck" %% "scalacheck" % "1.12.5" % "test",
19+
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
2020
"org.specs2" %% "specs2" % "2.4" % "test",
2121
// JUnit is used for some Java interop. examples. A driver for JUnit:
2222
"junit" % "junit-dep" % "4.10" % "test",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.7
1+
sbt.version=0.13.9

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ resolvers ++= Seq(
44
Classpaths.typesafeResolver
55
)
66

7-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")
7+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "3.0.0")
88

0 commit comments

Comments
 (0)