Skip to content

Commit

Permalink
add bintray resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Mar 21, 2017
1 parent f867857 commit a4b43f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ bintrayOrganization := Some("scalajs-react-universe")
bintrayRepository := "maven"

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

0 comments on commit a4b43f4

Please sign in to comment.