Skip to content

Commit

Permalink
scalajs-react-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Mar 23, 2017
1 parent bf02257 commit 015fab7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ scalacOptions ++= Seq(

//Dependencies

libraryDependencies += "scalajs-react-universe" %%% "universal" % "2017.3.22-beta" % Provided
libraryDependencies += "scalajs-react-universe" %%% "core" % "2017.3.21-beta" % Provided
libraryDependencies += "scalajs-react-interface" %%% "universal" % "2017.3.23-beta" % Provided
libraryDependencies += "scalajs-react-interface" %%% "core" % "2017.3.23-beta" % Provided

//bintray
resolvers += Resolver.jcenterRepo

organization := "scalajs-react-universe"
organization := "scalajs-react-interface"

licenses += ("Apache-2.0", url(
"https://www.apache.org/licenses/LICENSE-2.0.html"))

bintrayOrganization := Some("scalajs-react-universe")
bintrayOrganization := Some("scalajs-react-interface")

bintrayRepository := "maven"

publishArtifact in Test := false

//Test
resolvers += Resolver.bintrayRepo("scalajs-react-universe", "maven")
resolvers += Resolver.bintrayRepo("scalajs-react-interface", "maven")
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.0" % Test
scalaJSStage in Global := FastOptStage

0 comments on commit 015fab7

Please sign in to comment.