Skip to content

Commit ec35d65

Browse files
committed
update
1 parent 89f82d8 commit ec35d65

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build.sbt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ scalacOptions ++= Seq(
2121
//Dependencies
2222
libraryDependencies ++= Seq(
2323
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
24-
"scalajs-react-interface" %%% "core" % "2018.2.2-RC" % Provided,
25-
"scalajs-react-interface" %%% "universal" % "2018.2.2-RC" % Provided
24+
"scalajs-react-interface" %%% "core" % "2018.9.22-RC" % Provided,
25+
"scalajs-react-interface" %%% "universal" % "2018.9.22-RC" % Provided
2626
)
2727

2828
//bintray
@@ -44,6 +44,7 @@ publishArtifact in Test := false
4444
//Test
4545
resolvers += Resolver.bintrayRepo("scalajs-react-interface", "maven")
4646
scalaJSUseMainModuleInitializer in Test := true
47+
scalaJSUseTestModuleInitializer in Test := false
4748

4849
scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule))
4950

@@ -76,8 +77,8 @@ resolvers ++=Seq(Resolver.bintrayRepo("scalajs-react-interface", "maven"),
7677
Resolver.bintrayRepo("scalajs-plus", "maven"))
7778

7879
libraryDependencies ++= Seq(
79-
"org.scala-js" %%% "scalajs-dom" % "0.9.4" % Test,
80-
"scalajs-jest" %%% "core" % "2018.2.2-RC" % Test
80+
"org.scala-js" %%% "scalajs-dom" % "0.9.6" % Test,
81+
"scalajs-jest" %%% "core" % "2018.8.14-RC" % Test
8182
)
8283
//scalaJSStage in Global := FastOptStage
8384
scalaJSStage in Global := FullOptStage

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-M3")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M5")
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)