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 ee1591a commit 80f0d55
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name := "web-router"
enablePlugins(ScalaJSPlugin)


val scala212 = "2.12.6"
val scala212 = "2.12.7"

scalaVersion := scala212

Expand All @@ -21,8 +21,8 @@ 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" %%% "core" % "2018.10.25-RC" % Provided,
"scalajs-react-interface" %%% "universal" % "2018.10.25-RC" % Provided)

//bintray
resolvers += Resolver.jcenterRepo
Expand Down Expand Up @@ -76,8 +76,8 @@ 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-react-interface" %%% "web" % "2018.9.22-RC" % Test
"scalajs-jest" %%% "core" % "2018.10.25-RC" % Test,
"scalajs-react-interface" %%% "web" % "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 80f0d55

Please sign in to comment.