Skip to content

Commit

Permalink
Cleaned up build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jul 30, 2014
1 parent c686a1b commit 9bb723c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ scalaVersion := "2.10.4"

scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")

//resolvers += "Phenoscape Maven repository" at "http://phenoscape.svn.sourceforge.net/svnroot/phenoscape/trunk/maven/repository"

libraryDependencies ++= {
Seq(
"net.sourceforge.owlapi" % "owlapi-distribution" % "3.5.0",
"org.semanticweb.elk" % "elk-owlapi" % "0.4.1",
"commons-io" % "commons-io" % "2.4"
"org.semanticweb.elk" % "elk-owlapi" % "0.4.1"
)
}

0 comments on commit 9bb723c

Please sign in to comment.