Skip to content

Commit

Permalink
Merge pull request #7 from xuwei-k/exclude-specs2
Browse files Browse the repository at this point in the history
To compile correctly, exclude the dependency on specs2.
  • Loading branch information
oza committed Feb 19, 2013
2 parents fe0c73b + a797599 commit c98352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ libraryDependencies <++= scalaVersion { sv =>
Seq("net.liftweb" %% "lift-json" % "2.4",
"org.scalatest" %% "scalatest" % "1.8" % "test")
else //(sv.startsWith("2.10"))
Seq("net.liftweb" %% "lift-json" % "2.5-M4",
Seq("net.liftweb" %% "lift-json" % "2.5-M4" exclude("org.specs2","specs2_2.10"),
"org.scalatest" %% "scalatest" % "1.9.1" % "test")
}

Expand Down

0 comments on commit c98352c

Please sign in to comment.