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 5090a44 commit ccd2267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value %
//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")
scalaJSModuleKind in Test := ModuleKind.CommonJSModule
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.0" % Test
scalaJSStage in Global := FastOptStage

0 comments on commit ccd2267

Please sign in to comment.