Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chandu0101 committed Dec 28, 2017
1 parent a3b59bf commit b670661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ bintrayOrganization := Some("scalajs-react-interface")
bintrayRepository := "maven"

publishArtifact in Test := false
resolvers += Resolver.bintrayRepo("scalajs-react-interface", "maven")
resolvers ++= Seq(Resolver.bintrayRepo("scalajs-react-interface", "maven"),
Resolver.bintrayRepo("scalajs-plus", "maven"))
scalaJSStage in Global := FastOptStage

0 comments on commit b670661

Please sign in to comment.