We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff5b48 commit 747a0d0Copy full SHA for 747a0d0
build.sbt
@@ -1,18 +1,16 @@
1
-name := "delphi-cli"
+scalaVersion := "2.12.4"
2
3
+name := "delphi-cli"
4
version := "1.0.0-SNAPSHOT"
-
5
maintainer := "Ben Hermann <[email protected]>"
6
7
-packageSummary := "Windows Package for the Delphi CLI"
+licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html"))
8
9
+packageSummary := "Windows Package for the Delphi CLI"
10
packageDescription := """Windows Package for the Delphi CLI"""
11
wixProductId := "ce07be71-510d-414a-92d4-dff47631848a"
12
13
wixProductUpgradeId := "4552fb0e-e257-4dbd-9ecb-dba9dbacf424"
14
15
-scalaVersion := "2.12.4"
16
17
libraryDependencies += "com.github.scopt" %% "scopt" % "3.7.0"
18
libraryDependencies ++= Seq(
0 commit comments