Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Remove Bintray plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Feb 12, 2019
1 parent 8e55658 commit f153ca5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
3 changes: 0 additions & 3 deletions .hophoprc

This file was deleted.

2 changes: 0 additions & 2 deletions build.sbt
Expand Up @@ -6,10 +6,8 @@ lazy val root = (project in file(".")).
name := "sbt-buildo",
organization := "io.buildo",
description := "sbt plugin for sharing configuration across projects at buildo",
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1"),
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5"),
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4"),
licenses := Seq("MIT" -> url("https://github.com/buildo/sbt-buildo/blob/master/LICENSE")),
scmInfo := Some(ScmInfo(url("https://github.com/buildo/sbt-buildo"), "git@github.com:buildo/sbt-buildo.git")),
bintrayOrganization := Some("buildo"),
Expand Down
28 changes: 0 additions & 28 deletions src/main/scala/buildo/BintraySettingPlugin.scala

This file was deleted.

0 comments on commit f153ca5

Please sign in to comment.