Skip to content

Commit

Permalink
move to nw organization
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Mar 23, 2017
1 parent a4b43f4 commit 457360b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ scalacOptions ++= Seq(
"-language:implicitConversions"
)

libraryDependencies += "scalajs-react-universe" %%% "universal" % "2017.3.22-beta" % Provided
libraryDependencies += "scalajs-react-interface" %%% "universal" % "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
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 457360b

Please sign in to comment.