Remove unused leftover directive and dep in sbt
This commit is contained in:
parent
7954b28dfc
commit
e4ac1ec505
@ -44,7 +44,6 @@ lazy val router = (project in file("./outwatch-router"))
|
|||||||
resolvers += "jitpack" at "https://jitpack.io",
|
resolvers += "jitpack" at "https://jitpack.io",
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"io.github.outwatch" % "outwatch" % "ea240c6d04",
|
"io.github.outwatch" % "outwatch" % "ea240c6d04",
|
||||||
"org.http4s" %% "parboiled" % "1.0.0",
|
|
||||||
"org.scalatest" %%% "scalatest" % "3.0.5" % Test
|
"org.scalatest" %%% "scalatest" % "3.0.5" % Test
|
||||||
),
|
),
|
||||||
copyFastOptJS := {
|
copyFastOptJS := {
|
||||||
@ -69,7 +68,6 @@ lazy val root = (project in file("."))
|
|||||||
.settings(commonSettings)
|
.settings(commonSettings)
|
||||||
.settings(
|
.settings(
|
||||||
skip in publish := true,
|
skip in publish := true,
|
||||||
aggregate in reStart := false,
|
|
||||||
)
|
)
|
||||||
.dependsOn(router)
|
.dependsOn(router)
|
||||||
.aggregate(router)
|
.aggregate(router)
|
||||||
|
Loading…
Reference in New Issue
Block a user