Skip to content

Commit 515821e

Browse files
committed
prepare v6.8.1
1 parent 99e95bc commit 515821e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
130130
<dependency>
131131
<groupId>com.github.scribejava</groupId>
132132
<artifactId>scribejava-apis</artifactId>
133-
<version>6.8.0</version>
133+
<version>6.8.1</version>
134134
</dependency>
135135
```
136136

@@ -139,7 +139,7 @@ And in case you need just core classes (that's it, without any external API (FB,
139139
<dependency>
140140
<groupId>com.github.scribejava</groupId>
141141
<artifactId>scribejava-core</artifactId>
142-
<version>6.8.0</version>
142+
<version>6.8.1</version>
143143
</dependency>
144144
```
145145

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[6.8.1]
22
* make Response implements Closeable (thanks to https://github.com/omaric)
33
* fix Type resolution for builder pattern in ServiceBuilderOAuth10a (thanks to https://github.com/mgyucht)
44
* fix no Content-length errors (thanks to https://github.com/mikita-herasiutsin and https://github.com/iankurverma)

0 commit comments

Comments
 (0)