File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ before_script:
23
23
24
24
script :
25
25
- sbt ++$TRAVIS_SCALA_VERSION test
26
- - sbt ++$TRAVIS_SCALA_VERSION + publishLocal
26
+ - sbt ++$TRAVIS_SCALA_VERSION publishLocal
27
27
- cd example && sbt ++$TRAVIS_SCALA_VERSION compile fullOptJS
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ inThisBuild(Seq(
4
4
version := " 2.0.0" ,
5
5
organization := " io.udash" ,
6
6
scalaVersion := " 2.12.6" ,
7
+ crossScalaVersions := Seq (" 2.11.12" , " 2.12.6" ),
7
8
scalacOptions ++= Seq (
8
9
" -feature" ,
9
10
" -deprecation" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Dependencies {
11
11
" io.udash" %%% " udash-jquery" % udashJQueryVersion
12
12
))
13
13
14
- val jsDeps = Def .setting(Seq [JSModuleID ](
14
+ val jsDeps = Def .setting(Seq [org.scalajs.sbtplugin. JSModuleID ](
15
15
" org.webjars" % " jquery" % " 3.3.1" / " 3.3.1/jquery.js" minified " 3.3.1/jquery.min.js"
16
16
))
17
17
}
You can’t perform that action at this time.
0 commit comments