From d99d5769ab911b97c3270e1b5ae0b56ca831165f Mon Sep 17 00:00:00 2001 From: chandu0101 Date: Sat, 22 Sep 2018 09:16:26 +0530 Subject: [PATCH] update --- build.sbt | 7 ++++--- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 0b9e902..e4f29f9 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "core" enablePlugins(ScalaJSPlugin) -val scala212 = "2.12.4" +val scala212 = "2.12.6" scalaVersion := scala212 @@ -36,6 +36,7 @@ publishArtifact in Test := false //Test scalaJSUseMainModuleInitializer in Test := true +scalaJSUseTestModuleInitializer in Test := false scalaJSLinkerConfig ~= (_.withModuleKind(ModuleKind.CommonJSModule) .withSourceMap(false)) @@ -71,8 +72,8 @@ resolvers += Resolver.bintrayRepo("scalajs-react-interface", "maven") resolvers += Resolver.bintrayRepo("scalajs-jest", "maven") libraryDependencies ++= Seq( - "org.scala-js" %%% "scalajs-dom" % "0.9.4" % Test, - "scalajs-jest" %%% "core" % "2018.2.2-RC" % Test + "org.scala-js" %%% "scalajs-dom" % "0.9.6" % Test, + "scalajs-jest" %%% "core" % "2018.8.14-RC" % Test ) //scalaJSStage in Global := FastOptStage scalaJSStage in Global := FullOptStage diff --git a/project/build.properties b/project/build.properties index 266acc6..f4508b2 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.1.0 +sbt.version=1.2.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 78cdab1..9e359e6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M3") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M5") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")