Skip to content

Commit 747a0d0

Browse files
committed
Reorganized build file and added licence information
1 parent 1ff5b48 commit 747a0d0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build.sbt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
name := "delphi-cli"
1+
scalaVersion := "2.12.4"
22

3+
name := "delphi-cli"
34
version := "1.0.0-SNAPSHOT"
4-
55
maintainer := "Ben Hermann <[email protected]>"
66

7-
packageSummary := "Windows Package for the Delphi CLI"
7+
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
88

9+
packageSummary := "Windows Package for the Delphi CLI"
910
packageDescription := """Windows Package for the Delphi CLI"""
10-
1111
wixProductId := "ce07be71-510d-414a-92d4-dff47631848a"
12-
1312
wixProductUpgradeId := "4552fb0e-e257-4dbd-9ecb-dba9dbacf424"
1413

15-
scalaVersion := "2.12.4"
1614

1715
libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.0"
1816
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)