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 a809319 commit 486769b
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 @@ -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
Expand Down Expand Up @@ -74,7 +74,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 486769b

Please sign in to comment.