Skip to content

Commit 843bd27

Browse files
authored
Update version
1 parent 843867e commit 843bd27

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
@@ -37,7 +37,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
3737
<dependency>
3838
<groupId>com.assertthat</groupId>
3939
<artifactId>selenium-shutterbug</artifactId>
40-
<version>1.3</version>
40+
<version>1.5</version>
4141
<exclusions>
4242
<exclusion>
4343
<groupId>org.seleniumhq.selenium</groupId>
@@ -50,7 +50,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
5050
##### Using Gradle
5151

5252
```
53-
compile ('com.assertthat:selenium-shutterbug:1.3') {
53+
compile ('com.assertthat:selenium-shutterbug:1.5') {
5454
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
5555
}
5656
```

0 commit comments

Comments
 (0)