Skip to content

Commit 7abf0a8

Browse files
committed
scala.js 1.0.0-M6
1 parent 39433a3 commit 7abf0a8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22

33
scala:
4-
- 2.12.6
4+
- 2.12.7
55

66
jdk:
77
- oraclejdk8

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name := "universal"
22

3-
//version := "2018.9.0-SNAPSHOT"
3+
//version := "2018.10.0-SNAPSHOT"
44

55
enablePlugins(ScalaJSPlugin)
66

77

8-
val scala212 = "2.12.4"
8+
val scala212 = "2.12.7"
99

1010
scalaVersion := scala212
1111

@@ -21,9 +21,9 @@ scalacOptions ++= Seq(
2121

2222
//Dependencies
2323
libraryDependencies ++= Seq(
24-
"scalajs-react-interface" %%% "core" % "2018.9.22-RC" % Provided,
24+
"scalajs-react-interface" %%% "core" % "2018.10.25-RC" % Provided,
2525
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
26-
"scalajs-plus" %%% "core" % "2018.9.22",
26+
"scalajs-plus" %%% "core" % "2018.10.25",
2727
"org.scala-js" %%% "scalajs-dom" % "0.9.6"
2828
)
2929

@@ -81,5 +81,5 @@ resolvers += Resolver.bintrayRepo("scalajs-plus", "maven")
8181

8282
libraryDependencies ++= Seq(
8383
"org.scala-js" %%% "scalajs-dom" % "0.9.6" % Test,
84-
"scalajs-jest" %%% "core" % "2018.8.14-RC" % Test
84+
"scalajs-jest" %%% "core" % "2018.10.25-RC" % Test
8585
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M5")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M6")
22
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
33
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
44
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")

0 commit comments

Comments
 (0)