Skip to content

Commit

Permalink
Update broad snapshot artifactory url in build.sbt (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhipp authored Aug 8, 2023
1 parent 6a2a964 commit 5aded50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lazy val commonSettings = Seq(
Test / fork := true,
resolvers += Resolver.sonatypeRepo("public"),
resolvers += Resolver.mavenLocal,
resolvers += "broad-snapshots" at "https://artifactory.broadinstitute.org/artifactory/libs-snapshot/",
resolvers += "broad-snapshots" at "https://broadinstitute.jfrog.io/artifactory/libs-snapshot/",
shellPrompt := { state => "%s| %s> ".format(GitCommand.prompt.apply(state), version.value) },
updateOptions := updateOptions.value.withCachedResolution(true)
) ++ Defaults.coreDefaultSettings
Expand Down

0 comments on commit 5aded50

Please sign in to comment.