Skip to content

Commit 716a7b3

Browse files
committed
renamed project (aggregated compilation)
1 parent 6586a0c commit 716a7b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ libraryDependencies ++= Seq(
99
"com.typesafe.akka" %% "akka-http-core" % "10.0.11"
1010
)
1111

12-
lazy val root = (project in file(".")).
12+
lazy val cli = (project in file(".")).
1313
enablePlugins(JavaAppPackaging).
1414
enablePlugins(DockerPlugin).
1515
enablePlugins(BuildInfoPlugin).
1616
settings(
1717
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
1818
buildInfoPackage := "de.upb.cs.swt.delphi.cli"
1919
)
20-

0 commit comments

Comments
 (0)