Skip to content

Commit

Permalink
Merge branch '0.2.x' of https://github.com/Tinder/Scarlet into 0.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed Nov 1, 2018
2 parents d899908 + ddfd037 commit 5e7ac46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Use Scarlet to create an implementation:
~~~ kotlin
val protocol = OkHttpWebSocket(
okHttpClient,
OkHttpWebSocket.SimpleRequestFactory(
{ Request.Builder().url("wss://ws-feed.gdax.com").build() },
{ ShutdownReason.GRACEFUL }
)
OkHttpWebSocket.SimpleRequestFactory(
{ Request.Builder().url("wss://ws-feed.gdax.com").build() },
{ ShutdownReason.GRACEFUL }
)
)
val configuration = Scarlet.Configuration(
messageAdapterFactories = listOf(MoshiMessageAdapter.Factory(moshi)),
Expand Down Expand Up @@ -90,7 +90,7 @@ While we are working on Bintray support, Scarlet is available via [JitPack][jitp
<dependency>
<groupId>com.github.tinder.scarlet</groupId>
<artifactId>scarlet</artifactId>
<version>0.2.x-SNAPSHOT</version>
<version>0.2.1-alpha1</version>
</dependency>
```

Expand All @@ -101,7 +101,7 @@ repositories {
maven { url "https://jitpack.io" }
}
implementation 'com.github.tinder.scarlet:scarlet:$0.2.x-SNAPSHOT'
implementation 'com.github.tinder.scarlet:scarlet:$0.2.1-alpha1'
```

### Plug-in Roadmap
Expand Down

0 comments on commit 5e7ac46

Please sign in to comment.