Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated plugin
  • Loading branch information
laughedelic committed May 7, 2014
1 parent 45c9967 commit e592e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -9,6 +9,6 @@ description := "Bio4j model default Blueprints implementation"
bucketSuffix := "era7.com"

libraryDependencies ++= Seq(
"bio4j" % "bio4j" % "0.11.0-SNAPSHOT",
"bio4j" % "bio4j" % "0.11.0",
"com.tinkerpop.blueprints" % "blueprints-core" % "2.4.0"
)
10 changes: 2 additions & 8 deletions project/plugins.sbt
@@ -1,9 +1,3 @@
resolvers ++= Seq(
"Era7 maven releases" at "http://releases.era7.com.s3.amazonaws.com",
"Era7 maven snapshots" at "http://snapshots.era7.com.s3.amazonaws.com",
"sbt-taglist-releases" at "http://johanandren.github.com/releases/",
"laughedelic maven releases" at "http://dl.bintray.com/laughedelic/maven",
Resolver.url("laughedelic sbt-plugins", url("http://dl.bintray.com/laughedelic/sbt-plugins"))(Resolver.ivyStylePatterns)
)
resolvers += "Era7 maven releases" at "http://releases.era7.com.s3.amazonaws.com"

addSbtPlugin("ohnosequences" % "nice-sbt-settings" % "0.4.0-RC1")
addSbtPlugin("ohnosequences" % "nice-sbt-settings" % "0.4.0")

0 comments on commit e592e89

Please sign in to comment.