Skip to content

Commit 86d8986

Browse files
committed
prepare v6.6.2
1 parent fe831d4 commit 86d8986

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
@@ -129,7 +129,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
129129
<dependency>
130130
<groupId>com.github.scribejava</groupId>
131131
<artifactId>scribejava-apis</artifactId>
132-
<version>6.6.1</version>
132+
<version>6.6.2</version>
133133
</dependency>
134134
```
135135

@@ -138,7 +138,7 @@ And in case you need just core classes (that's it, without any external API (FB,
138138
<dependency>
139139
<groupId>com.github.scribejava</groupId>
140140
<artifactId>scribejava-core</artifactId>
141-
<version>6.6.1</version>
141+
<version>6.6.2</version>
142142
</dependency>
143143
```
144144

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[6.6.1]
1+
[6.6.2]
22
* add PMD checks on compile
33
* add all OAuth error codes from supported RFCs (incl. "invalid_token") (thanks to https://github.com/echorebel)
44
* Update LinkedIn Example to API v2 (thanks to https://github.com/peternees)

0 commit comments

Comments
 (0)