Skip to content

Commit d4925a4

Browse files
committed
scala.js 1.0.0-M6
1 parent 157cf39 commit d4925a4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: scala
22

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

66
jdk:
77
- oraclejdk8

build.sbt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name := "web"
22

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

55
enablePlugins(ScalaJSPlugin)
66

77

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

1010
scalaVersion := scala212
1111

@@ -19,8 +19,8 @@ scalacOptions ++= Seq(
1919
)
2020

2121
//Dependencies
22-
libraryDependencies ++= Seq("scalajs-react-interface" %%% "universal" % "2018.9.22-RC" % Provided,
23-
"scalajs-react-interface" %%% "core" % "2018.9.22-RC" % Provided)
22+
libraryDependencies ++= Seq("scalajs-react-interface" %%% "universal" % "2018.10.25-RC" % Provided,
23+
"scalajs-react-interface" %%% "core" % "2018.10.25-RC" % Provided)
2424

2525

2626

@@ -79,7 +79,7 @@ resolvers ++=Seq(Resolver.bintrayRepo("scalajs-react-interface", "maven"),
7979

8080
libraryDependencies ++= Seq(
8181
"org.scala-js" %%% "scalajs-dom" % "0.9.6" % Test,
82-
"scalajs-jest" %%% "core" % "2018.8.14-RC" % Test
82+
"scalajs-jest" %%% "core" % "2018.10.25-RC" % Test
8383
)
8484
//scalaJSStage in Global := FastOptStage
8585
scalaJSStage in Global := FullOptStage

project/plugins.sbt

+1-1
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)