File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
import Aliases ._
3
3
import Settings ._
4
4
5
+ import sbtcrossproject .CrossPlugin .autoImport .crossProject
6
+
5
7
6
8
inThisBuild(List (
7
9
organization := " org.plotly-scala" ,
@@ -18,7 +20,7 @@ inThisBuild(List(
18
20
))
19
21
20
22
21
- lazy val core = crossProject
23
+ lazy val core = crossProject( JVMPlatform , JSPlatform )
22
24
.settings(
23
25
shared,
24
26
plotlyPrefix
@@ -35,7 +37,7 @@ lazy val `joda-time` = project
35
37
libs += Deps .jodaTime
36
38
)
37
39
38
- lazy val render = crossProject
40
+ lazy val render = crossProject( JVMPlatform , JSPlatform )
39
41
.dependsOn(core)
40
42
.settings(
41
43
shared,
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.2.1" )
2
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.23" )
2
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.25" )
3
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.0" )
3
4
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.1" )
4
5
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.3.0" )
5
6
You can’t perform that action at this time.
0 commit comments