Skip to content

Commit cb9f56d

Browse files
committed
prepare v6.8.0
1 parent e615908 commit cb9f56d

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.7.0</version>
133+
<version>6.8.0</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.7.0</version>
142+
<version>6.8.0</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.0]
22
* Add debug output to OAuth2Service (thanks to https://github.com/rbarbey)
33
* Add Dropbox API (https://www.dropbox.com/) (thanks to https://github.com/petrkopotev)
44

0 commit comments

Comments
 (0)