We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 310ab76 + 3c6aaab commit 74667a4Copy full SHA for 74667a4
build.sbt
@@ -14,10 +14,10 @@ licenses in ThisBuild := Seq("MIT" -> url("http://opensource.org/licenses/MIT"))
14
15
val bintrayOrg = "rallyhealth"
16
17
-bintrayOrganization := Some(bintrayOrg)
+bintrayOrganization in ThisBuild := Some(bintrayOrg)
18
bintrayRepository := "ivy-scala-libs"
19
20
-resolvers in ThisBuild += Resolver.bintrayRepo(bintrayOrg, bintrayRepository.value)
+resolvers in ThisBuild += Resolver.bintrayRepo(bintrayOrg, bintrayOrg)
21
22
def commonProject(id: String, artifact: String, path: String): Project = {
23
Project(id, file(path)).settings(
0 commit comments