Skip to content

Commit c9a8ba5

Browse files
committed
Adds homepage, license and developers
1 parent 15068bc commit c9a8ba5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
ThisBuild / scalaVersion := "2.13.3"
22
ThisBuild / organization := "com.intenthq"
33

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")))
7+
48
lazy val root = (project in file("."))
59
.settings(
610
name := "hybrid-processor-integrations",

0 commit comments

Comments
 (0)