Skip to content

Commit

Permalink
scala.js 1.0.0-M6
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Oct 25, 2018
1 parent 463e8a5 commit 1fa8f51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: scala

scala:
- 2.12.6
- 2.12.7

jdk:
- oraclejdk8
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "web-components"

//version := "2018.9.0-SNAPSHOT"
//version := "2018.10.0-SNPASHOT"

enablePlugins(ScalaJSPlugin)

Expand All @@ -21,9 +21,9 @@ scalacOptions ++= Seq(

//deps

libraryDependencies ++= Seq("scalajs-react-interface" %%% "core" % "2018.9.22-RC" % Provided,
"scalajs-react-interface" %%% "universal" % "2018.9.22-RC" % Provided,
"scalajs-react-interface" %%% "vdom" % "2018.9.22-RC" % Provided)
libraryDependencies ++= Seq("scalajs-react-interface" %%% "core" % "2018.10.25-RC" % Provided,
"scalajs-react-interface" %%% "universal" % "2018.10.25-RC" % Provided,
"scalajs-react-interface" %%% "vdom" % "2018.10.25-RC" % Provided)

//disable doc gen

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M6")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")

0 comments on commit 1fa8f51

Please sign in to comment.