Skip to content

Commit

Permalink
dev: add scalaz + shapeless
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailshergill committed Mar 2, 2014
1 parent ae1a73e commit 2764853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Project.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ object ScalabootBuild extends Build {
)

var commonDeps = Seq(
"org.scalaz" %% "scalaz-core" % "7.0.5",
"com.chuusai" % "shapeless" % "2.0.0-M1" cross CrossVersion.full,
"org.scalatest" %% "scalatest" % "2.0" % "test,it",
"junit" % "junit" % "4.10" % "test,it",
"org.mockito" % "mockito-core" % "1.9.0" % "test,it"
Expand Down

0 comments on commit 2764853

Please sign in to comment.