Skip to content

Commit

Permalink
Use an HTTPS bintray repository
Browse files Browse the repository at this point in the history
To avoid issues where Leiningen won't connect to HTTP repositories.
  • Loading branch information
danielcompton committed Nov 6, 2018
1 parent 7a44df4 commit 00e2628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:repositories [["bintray" "http://dl.bintray.com/crate/crate"]]
:repositories [["bintray" "https://dl.bintray.com/crate/crate"]]
:jvm-opts ["-Xmx32g"
"-XX:+UseConcMarkSweepGC"
"-XX:+UseParNewGC"
Expand Down

0 comments on commit 00e2628

Please sign in to comment.