Skip to content

Commit

Permalink
sbt stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgarrette committed Mar 22, 2014
1 parent 1190e23 commit b562ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Expand Up @@ -14,7 +14,8 @@ resolvers ++= Seq(

libraryDependencies ++= Seq(
"dhg" % "scala-util_2.10" % "1.0.0-SNAPSHOT" changing(),
"edu.stanford.nlp" % "stanford-corenlp" % "3.2.0",
"edu.stanford.nlp" % "stanford-corenlp" % "3.2.0",
"org.joda" % "joda-convert" % "1.2",
"org.scalanlp" % "breeze_2.10" % "0.5.2",
"com.github.fommil.netlib" % "core" % "1.1",
"junit" % "junit" % "4.10" % "test",
Expand Down
2 changes: 0 additions & 2 deletions project/build.properties

This file was deleted.

0 comments on commit b562ecf

Please sign in to comment.