Merge pull request #215 from benmccann/minor-upgrades

Upgrade to SBT 0.13.6
This commit is contained in:
Havoc Pennington 2014-12-01 22:39:18 -05:00
commit 0a96f9f3b4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ crossPaths := false
libraryDependencies += "net.liftweb" %% "lift-json" % "2.5" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.10-M4" % "test"
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test"
externalResolvers += "Scala Tools Snapshots" at "http://scala-tools.org/repo-snapshots/"

View File

@ -1 +1 @@
sbt.version=0.13.1
sbt.version=0.13.7