Skip to content

Commit

Permalink
Updated validator.nu to 1.4 and removed Scala 2.8.0 support
Browse files Browse the repository at this point in the history
Merge branch 'dpp_issue_1221'
  • Loading branch information
dpp committed Jul 1, 2012
2 parents 03cab46 + ab3f01f commit 8941dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -12,7 +12,7 @@ startYear in ThisBuild := Some(2006)

organizationName in ThisBuild := "WorldWide Conferencing, LLC"

crossScalaVersions in ThisBuild := Seq("2.9.2", "2.9.1-1", "2.9.1", "2.9.0-1", "2.9.0", "2.8.2", "2.8.1", "2.8.0")
crossScalaVersions in ThisBuild := Seq("2.9.2", "2.9.1-1", "2.9.1", "2.9.0-1", "2.9.0", "2.8.2", "2.8.1")

libraryDependencies in ThisBuild <++= scalaVersion { sv => Seq(specs, scalacheck).map(_(sv)) }

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -42,7 +42,7 @@ object Dependencies {
lazy val dispatch_http = "net.databinder" % "dispatch-http" % "0.7.8" cross CVMapping2911
lazy val javamail = "javax.mail" % "mail" % "1.4.4"
lazy val joda_time = "joda-time" % "joda-time" % "1.6.2" // TODO: 2.1
lazy val htmlparser = "nu.validator.htmlparser" % "htmlparser" % "1.2.1"
lazy val htmlparser = "nu.validator.htmlparser" % "htmlparser" % "1.4"
lazy val mongo_java_driver = "org.mongodb" % "mongo-java-driver" % "2.7.3"
lazy val paranamer = "com.thoughtworks.paranamer" % "paranamer" % "2.4.1"
lazy val scalajpa = "org.scala-libs" % "scalajpa" % "1.4" cross CVMappingAll
Expand Down

0 comments on commit 8941dfe

Please sign in to comment.