File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
6666Add 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
7272and 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
788788supplier, create a supplier class -
789789
790790``` java
You can’t perform that action at this time.
0 commit comments