Skip to content

Commit 7303ae2

Browse files
authored
Merge pull request #278 from intercom/kraftysm/update_jcenter_url
Update JCenter URLs from HTTP to HTTPS
2 parents 8c5a8c2 + 8846c70 commit 7303ae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add jcenter to your repositories in `pom.xml` or `settings.xml`:
2828
<repositories>
2929
<repository>
3030
<id>jcenter</id>
31-
<url>http://jcenter.bintray.com</url>
31+
<url>https://jcenter.bintray.com</url>
3232
</repository>
3333
</repositories>
3434
```
@@ -66,7 +66,7 @@ dependencies {
6666
Add jcenter to your `resolvers` in your `build.sbt`:
6767

6868
```scala
69-
resolvers += "jcenter" at "http://jcenter.bintray.com"
69+
resolvers += "jcenter" at "https://jcenter.bintray.com"
7070
```
7171

7272
and add the project to your `libraryDependencies` in your `build.sbt`:
@@ -784,7 +784,7 @@ The client can be configured to accept any http stack that implements
784784
`java.net.HttpURLConnection` by implementing the `HttpConnectorSupplier`
785785
interface.
786786

787-
For example, to use [OkHttp](http://square.github.io/okhttp/) as a connection
787+
For example, to use [OkHttp](https://square.github.io/okhttp/) as a connection
788788
supplier, create a supplier class -
789789

790790
```java

0 commit comments

Comments
 (0)