File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ ThisBuild / scalaVersion := "3.1.2"
55ThisBuild / versionScheme := Some (" semver-spec" )
66ThisBuild / 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+ 17+ url = url(" https://github.com/nikololiahim" ),
18+ )
19+ )
20+
821excludeDependencies ++= Seq (
922 " org.scalatest" % " scalatest_2.13"
1023)
@@ -26,7 +39,7 @@ libraryDependencies ++= Seq(
2639
2740packageOptions := 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 := {
4558enablePlugins(BuildInfoPlugin )
4659buildInfoKeys := Seq (
4760 version,
61+ organizationHomepage,
4862 " farVersion" -> V .far,
4963 " j2eoVersion" -> V .j2eo,
5064 " odinVersion" -> V .odin,
You can’t perform that action at this time.
0 commit comments