Skip to content

Commit 490efd3

Browse files
committed
renamed project (aggregated compilation)
1 parent dda9fe9 commit 490efd3

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
@@ -5,7 +5,7 @@ version := "1.0.0-SNAPSHOT"
55

66
scalaVersion := "2.12.4"
77

8-
lazy val root = (project in file(".")).enablePlugins(PlayScala)
8+
lazy val webapp = (project in file(".")).enablePlugins(PlayScala)
99
.enablePlugins(BuildInfoPlugin).
1010
settings(
1111
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),
@@ -17,4 +17,3 @@ resolvers += Resolver.sonatypeRepo("snapshots")
1717
libraryDependencies += guice
1818
libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "3.1.2" % Test
1919
libraryDependencies += "com.h2database" % "h2" % "1.4.196"
20-

0 commit comments

Comments
 (0)