Skip to content

Commit 1325fcd

Browse files
committed
Adds organization mail and homepage
1 parent 1928b25 commit 1325fcd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.sbt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
ThisBuild / scalaVersion := "2.13.3"
21
ThisBuild / organization := "com.intenthq"
2+
ThisBuild / organizationName := "Intent HQ"
3+
ThisBuild / organizationHomepage := Some(url("https://www.intenthq.com/"))
4+
35
ThisBuild / homepage := Some(url("https://github.com/intenthq/hybrid-processor-integrations"))
4-
ThisBuild / developers := List(Developer("intenthq", "Intent HQ", null, null))
6+
ThisBuild / developers := List(Developer("intenthq", "Intent HQ", null, url("https://www.intenthq.com/")))
57
ThisBuild / licenses := Seq(("MIT", url("http://opensource.org/licenses/MIT")))
68

9+
ThisBuild / scalaVersion := "2.13.3"
10+
711
lazy val root = (project in file("."))
812
.settings(
913
name := "hybrid-processor-integrations",

0 commit comments

Comments
 (0)