Skip to content

Commit

Permalink
Update for sbt 0.11.2 and several dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Dec 4, 2011
1 parent 5d85e01 commit b2914cc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 26 deletions.
18 changes: 18 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name := "scouchdb"

organization := "scouch.db"

version := "0.7"

resolvers ++= Seq("Scala-Tools Maven2 Snapshots Repository" at "http://scala-tools.org/repo-snapshots",
"Scala-Tools Maven2 Releases Repository" at "http://scala-tools.org/repo-releases")

libraryDependencies ++= Seq("net.databinder" %% "dispatch-json" % "0.8.6" % "compile",
"net.databinder" %% "dispatch-http-json" % "0.8.6" % "compile",
"net.databinder" %% "dispatch-http" % "0.8.6" % "compile",
"commons-logging" % "commons-logging" % "1.1.1" % "compile",
"org.apache.httpcomponents" % "httpclient" % "4.1.2" % "compile",
"net.debasishg" %% "sjson" % "0.15" % "compile",
"org.scala-lang" % "scala-compiler" % "2.9.1" % "compile",
"org.scalatest" %% "scalatest" % "1.6.1" % "test",
"junit" % "junit" % "4.10" % "test")
10 changes: 0 additions & 10 deletions project/build.properties

This file was deleted.

16 changes: 0 additions & 16 deletions project/build/SCouchDbProject.scala

This file was deleted.

0 comments on commit b2914cc

Please sign in to comment.