Skip to content

Commit

Permalink
Remove snapshot repo resolver to speedup dependency download (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Sep 27, 2018
1 parent fd7f641 commit 247fa28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ val buildSettings = Seq[Setting[_]](
),
// Use sonatype resolvers
resolvers ++= Seq(
Resolver.sonatypeRepo("releases"),
Resolver.sonatypeRepo("snapshots")
Resolver.sonatypeRepo("releases")
)
)

Expand Down

0 comments on commit 247fa28

Please sign in to comment.