Skip to content

Commit

Permalink
move to new organization
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Mar 23, 2017
1 parent 1559172 commit 842348d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@ 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"

bintrayVcsUrl := Some("[email protected]:scalajs-react-universe/mobile.git")
bintrayVcsUrl := Some("[email protected]:scalajs-react-interface/mobile.git")

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 842348d

Please sign in to comment.