File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
- shellPrompt in ThisBuild := { state => Project .extract(state).currentRef.project + " > " }
2
1
name := " vdom"
3
2
4
3
// version := "2017.4.0-SNAPSHOT"
@@ -22,7 +21,6 @@ scalacOptions ++= Seq(
22
21
23
22
// Dependencies
24
23
libraryDependencies ++= Seq (
25
- " org.scala-lang" % " scala-reflect" % scalaVersion.value % Provided ,
26
24
" scalajs-react-interface" %%% " core" % " 2017.3.26-beta" % Provided ,
27
25
" scalajs-react-interface" %%% " universal" % " 2017.4.9-beta" % Provided
28
26
)
@@ -47,15 +45,3 @@ publishArtifact in Test := false
47
45
resolvers += Resolver .bintrayRepo(" scalajs-react-interface" , " maven" )
48
46
libraryDependencies += " org.scalatest" %%% " scalatest" % " 3.0.0" % Test
49
47
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)
You can’t perform that action at this time.
0 commit comments