Skip to content

Commit

Permalink
update to scalajs 1.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Feb 3, 2018
1 parent 6a8d76f commit df9ddcd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ scalacOptions ++= Seq(
)

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,
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided
)

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.0.4
sbt.version=1.1.0

2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit df9ddcd

Please sign in to comment.