File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
2
3
3
scala :
4
- - 2.12.6
4
+ - 2.12.7
5
5
6
6
jdk :
7
7
- oraclejdk8
Original file line number Diff line number Diff line change 1
1
name := " web-components"
2
2
3
- // version := "2018.9 .0-SNAPSHOT "
3
+ // version := "2018.10 .0-SNPASHOT "
4
4
5
5
enablePlugins(ScalaJSPlugin )
6
6
@@ -21,9 +21,9 @@ scalacOptions ++= Seq(
21
21
22
22
// deps
23
23
24
- libraryDependencies ++= Seq (" scalajs-react-interface" %%% " core" % " 2018.9.22 -RC" % Provided ,
25
- " scalajs-react-interface" %%% " universal" % " 2018.9.22 -RC" % Provided ,
26
- " scalajs-react-interface" %%% " vdom" % " 2018.9.22 -RC" % Provided )
24
+ libraryDependencies ++= Seq (" scalajs-react-interface" %%% " core" % " 2018.10.25 -RC" % Provided ,
25
+ " scalajs-react-interface" %%% " universal" % " 2018.10.25 -RC" % Provided ,
26
+ " scalajs-react-interface" %%% " vdom" % " 2018.10.25 -RC" % Provided )
27
27
28
28
// disable doc gen
29
29
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.0.0-M5 " )
1
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.0.0-M6 " )
2
2
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.0" )
3
3
addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 2.0.0" )
4
4
addSbtPlugin(" org.foundweekends" % " sbt-bintray" % " 0.5.2" )
You can’t perform that action at this time.
0 commit comments