Skip to content

Commit

Permalink
sbt-airframe: #1457 Support downloading airframe-http from Sonatype s…
Browse files Browse the repository at this point in the history
…napshot repo (#1462)
  • Loading branch information
xerial committed Jan 28, 2021
1 parent 26d32ba commit c07bdc4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ object AirframeHttpPlugin extends AutoPlugin with LogSupport {
val files =
Fetch()
.addDependencies(d)
.addRepositories(
Repositories.sonatype("snapshots")
)
.allArtifactTypes() // This line is necessary to choose a specific publication (arch, tar.gz)
.run()

Expand Down

0 comments on commit c07bdc4

Please sign in to comment.