Skip to content

Commit 4a2f428

Browse files
committed
prepare v8.2.0
1 parent ce678fb commit 4a2f428

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
@@ -136,7 +136,7 @@ You can pull ScribeJava from the central maven repository, just add these to you
136136
<dependency>
137137
<groupId>com.github.scribejava</groupId>
138138
<artifactId>scribejava-apis</artifactId>
139-
<version>8.1.0</version>
139+
<version>8.2.0</version>
140140
</dependency>
141141
```
142142

@@ -145,7 +145,7 @@ And in case you need just core classes (that's it, without any external API (FB,
145145
<dependency>
146146
<groupId>com.github.scribejava</groupId>
147147
<artifactId>scribejava-core</artifactId>
148-
<version>8.1.0</version>
148+
<version>8.2.0</version>
149149
</dependency>
150150
```
151151

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[SNAPSHOT]
1+
[8.2.0]
22
* add ScopeBuilder to easily specify multiple scopes while requesting OAuth2.0 Access Tokens
33
* make Base64 en/de-coding not dependent from java8 implementation (use three optional implementation
44
(internal java 8+, Apache Commons Codec, JAXB) detected in runtime) (thanks to https://github.com/CodingFabian)

0 commit comments

Comments
 (0)