Skip to content

Commit bf71e88

Browse files
committed
Update README
1 parent 059cc02 commit bf71e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
...and then you can add the ScaleOut Spring Session API as a dependency:
2525

2626
```
27-
compile group: 'com.scaleoutsoftware.spring', name: "session", version: '1.0'
27+
compile group: 'com.scaleoutsoftware.spring', name: "session", version: '2.0'
2828
```
2929

3030
### Maven
@@ -45,7 +45,7 @@ For Maven, you can add the ScaleOut API Repository to your pom.xml by adding the
4545
<dependency>
4646
<groupId>com.scaleoutsoftware.spring</groupId>
4747
<artifactId>session</artifactId>
48-
<version>1.0</version>
48+
<version>2.0</version>
4949
</dependency>
5050
</dependencies>
5151
```

0 commit comments

Comments
 (0)