Skip to content

Commit c3f22dd

Browse files
committed
remove dead code
1 parent f3a2659 commit c3f22dd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build.sbt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
shellPrompt in ThisBuild := { state => Project.extract(state).currentRef.project + "> " }
21
name := "vdom"
32

43
//version := "2017.4.0-SNAPSHOT"
@@ -22,7 +21,6 @@ scalacOptions ++= Seq(
2221

2322
//Dependencies
2423
libraryDependencies ++= Seq(
25-
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
2624
"scalajs-react-interface" %%% "core" % "2017.3.26-beta" % Provided,
2725
"scalajs-react-interface" %%% "universal" % "2017.4.9-beta" % Provided
2826
)
@@ -47,15 +45,3 @@ publishArtifact in Test := false
4745
resolvers += Resolver.bintrayRepo("scalajs-react-interface", "maven")
4846
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.0" % Test
4947
scalaJSStage in Global := FastOptStage
50-
51-
52-
//Tasks:
53-
Tasks.taskSettings
54-
55-
//Integration Incubation and Test Project:
56-
import IntegrationProjectsSettings._
57-
val vdom = project in file(".")
58-
val incubationMacros = (project in file("./macros"))
59-
.settings(commonSettings,macrosSettings).enablePlugins(ScalaJSPlugin).dependsOn(vdom)
60-
val incubation = (project in file("./incubation"))
61-
.settings(commonSettings,incubationSettings).enablePlugins(ScalaJSPlugin).dependsOn(incubationMacros)

0 commit comments

Comments
 (0)