Skip to content

Commit

Permalink
Update to Scala 2.11.2, and to scalatest 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldoo committed Jul 27, 2014
1 parent 8ea1937 commit 78d05cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions timetrace/build.sbt
Expand Up @@ -2,15 +2,15 @@ name := "timetrace"

version := "1.0"

scalaVersion := "2.10.4"
scalaVersion := "2.11.2"

libraryDependencies += "org.scalatest" %% "scalatest" % "2.1.0" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.0" % "test"

// Optional dependencies of scalatest, version numbers match those from scalatest's pom file
// https://oss.sonatype.org/content/groups/public/org/scalatest/scalatest_2.10/2.1.0/scalatest_2.10-2.1.0.pom
// http://mavenbrowse.pauldoo.com/central/org/scalatest/scalatest_2.11/2.2.0/

libraryDependencies += "junit" % "junit" % "4.10" % "test"

libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.11.0" % "test"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.11.3" % "test"

org.scalastyle.sbt.ScalastylePlugin.Settings

0 comments on commit 78d05cc

Please sign in to comment.