Skip to content

Commit

Permalink
Delete library dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frogurth committed May 14, 2012
1 parent 7d3f42a commit d28170c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,5 @@ target/
*.sh
.cache
.classpath
.project
.project
.history
1 change: 0 additions & 1 deletion build.sbt
Expand Up @@ -6,4 +6,3 @@ version := "0.4"

scalaVersion := "2.9.1"

libraryDependencies += "org.scalatest" %% "scalatest" % "1.7.2" % "test"
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -3,4 +3,4 @@ resolvers += Resolver.url(
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/")
)(Resolver.ivyStylePatterns)

addSbtPlugin("com.github.retronym" % "sbt-onejar" % "0.7")

0 comments on commit d28170c

Please sign in to comment.