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 ec35d65 commit b6e52aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.4
- 2.12.7

jdk:
- oraclejdk8
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ scalacOptions ++= Seq(
//Dependencies
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"scalajs-react-interface" %%% "core" % "2018.9.22-RC" % Provided,
"scalajs-react-interface" %%% "universal" % "2018.9.22-RC" % Provided
"scalajs-react-interface" %%% "core" % "2018.10.25-RC" % Provided,
"scalajs-react-interface" %%% "universal" % "2018.10.25-RC" % Provided
)

//bintray
Expand Down Expand Up @@ -78,7 +78,7 @@ resolvers ++=Seq(Resolver.bintrayRepo("scalajs-react-interface", "maven"),

libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.9.6" % Test,
"scalajs-jest" %%% "core" % "2018.8.14-RC" % Test
"scalajs-jest" %%% "core" % "2018.10.25-RC" % Test
)
//scalaJSStage in Global := FastOptStage
scalaJSStage in Global := FullOptStage
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 b6e52aa

Please sign in to comment.