Skip to content

Commit 5cd5481

Browse files
committed
added license to build.sbt
1 parent 9bd961c commit 5cd5481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ThisBuild / versionScheme := Some("semver-spec")
66
ThisBuild / releaseVersionBump := sbtrelease.Version.Bump.Next
77

88
homepage := Some(url("https://github.com/polystat/polystat-cli"))
9+
licenses := Seq(License.MIT)
910
organizationName := "Polystat"
1011
organization := "org.polystat"
1112
organizationHomepage := Some(url("https://www.polystat.org/)"))

0 commit comments

Comments
 (0)