Skip to content

Commit f07e5d6

Browse files
committed
renamed project (aggregated compilation)
1 parent 206b3d6 commit f07e5d6

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
@@ -7,7 +7,7 @@ scalaVersion := "2.12.4"
77
libraryDependencies += "org.parboiled" %% "parboiled" % "2.1.4"
88
libraryDependencies += "com.typesafe.akka" %% "akka-http" % "10.0.11"
99

10-
lazy val root = (project in file(".")).
10+
lazy val webapi = (project in file(".")).
1111
enablePlugins(JavaAppPackaging).
1212
enablePlugins(DockerPlugin).
1313
settings (
@@ -19,4 +19,3 @@ lazy val root = (project in file(".")).
1919
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
2020
buildInfoPackage := "de.upb.cs.swt.delphi.webapi"
2121
)
22-

0 commit comments

Comments
 (0)