Skip to content

Commit 1928b25

Browse files
committed
Removing unused sbt-github plugin
1 parent c9a8ba5 commit 1928b25

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
ThisBuild / scalaVersion := "2.13.3"
22
ThisBuild / organization := "com.intenthq"
3-
4-
homepage := Some(url("https://github.com/intenthq/hybrid-processor-integrations"))
5-
developers := List(Developer("intenthq", "Intent HQ", null, null))
6-
licenses := Seq(("MIT", url("http://opensource.org/licenses/MIT")))
3+
ThisBuild / homepage := Some(url("https://github.com/intenthq/hybrid-processor-integrations"))
4+
ThisBuild / developers := List(Developer("intenthq", "Intent HQ", null, null))
5+
ThisBuild / licenses := Seq(("MIT", url("http://opensource.org/licenses/MIT")))
76

87
lazy val root = (project in file("."))
98
.settings(

project/plugins.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.8.2")
21
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
32
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.1")
43
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.13")

0 commit comments

Comments
 (0)