Skip to content

Commit 5aa2dcf

Browse files
committed
added credits to build.sbt
1 parent b5f85f3 commit 5aa2dcf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

build.sbt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ ThisBuild / scalaVersion := "3.1.2"
55
ThisBuild / versionScheme := Some("semver-spec")
66
ThisBuild / releaseVersionBump := sbtrelease.Version.Bump.Next
77

8+
homepage := Some(url("https://github.com/polystat/polystat-cli"))
9+
organizationName := "Polystat"
10+
organization := "org.polystat"
11+
organizationHomepage := Some(url("https://www.polystat.org/)"))
12+
developers := List(
13+
Developer(
14+
id = "nikololiahim",
15+
name = "Mikhail Olokin",
16+
email = "[email protected]",
17+
url = url("https://github.com/nikololiahim"),
18+
)
19+
)
20+
821
excludeDependencies ++= Seq(
922
"org.scalatest" % "scalatest_2.13"
1023
)
@@ -26,7 +39,7 @@ libraryDependencies ++= Seq(
2639

2740
packageOptions := Seq(
2841
sbt.Package.ManifestAttributes(
29-
("EO-Version", "https://github.com/nikololiahim/polystat-cli/issues/18")
42+
("EO-Version", "https://github.com/polystat/polystat-cli/issues/18")
3043
)
3144
)
3245

@@ -45,6 +58,7 @@ assembly / assemblyMergeStrategy := {
4558
enablePlugins(BuildInfoPlugin)
4659
buildInfoKeys := Seq(
4760
version,
61+
organizationHomepage,
4862
"farVersion" -> V.far,
4963
"j2eoVersion" -> V.j2eo,
5064
"odinVersion" -> V.odin,

0 commit comments

Comments
 (0)