Skip to content

Commit

Permalink
Merge pull request #549 from ucb-bar/silence-http-warning
Browse files Browse the repository at this point in the history
[SBT] Hush up scalasbt resolver http complaint
  • Loading branch information
davidbiancolin committed May 9, 2020
2 parents 794509a + 0bdf39f commit 57c840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases")) (Resolver.ivyStylePatterns)
resolvers += Resolver.url("scalasbt", new URL("https://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases")) (Resolver.ivyStylePatterns)
resolvers += Classpaths.sbtPluginReleases
resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven"

Expand Down

0 comments on commit 57c840f

Please sign in to comment.