From 00894d40b18414d483fc81fd724400ddff443c60 Mon Sep 17 00:00:00 2001 From: chandu0101 Date: Sat, 3 Feb 2018 09:36:25 +0530 Subject: [PATCH] update to scalajs 1.0.0-M3 --- build.sbt | 6 +++--- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index a94d561..d654736 100644 --- a/build.sbt +++ b/build.sbt @@ -21,8 +21,8 @@ scalacOptions ++= Seq( //Dependencies libraryDependencies ++= Seq( - "scalajs-react-interface" %%% "universal" % "2017.12.28-RC" % Provided, - "scalajs-react-interface" %%% "core" % "2017.12.28-RC" % Provided) + "scalajs-react-interface" %%% "universal" % "2018.2.2-RC" % Provided, + "scalajs-react-interface" %%% "core" % "2018.2.2-RC" % Provided) //bintray resolvers += Resolver.jcenterRepo @@ -76,7 +76,7 @@ resolvers ++=Seq(Resolver.bintrayRepo("scalajs-react-interface", "maven"), libraryDependencies ++= Seq( "org.scala-js" %%% "scalajs-dom" % "0.9.4" % Test, - "scalajs-jest" %%% "core" % "2017.12.27-RC" % Test + "scalajs-jest" %%% "core" % "2018.2.2-RC" % Test ) //scalaJSStage in Global := FastOptStage scalaJSStage in Global := FullOptStage diff --git a/project/build.properties b/project/build.properties index cd928ea..266acc6 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.0.4 +sbt.version=1.1.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 392b7d9..78cdab1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M3") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0") addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")