File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
37
37
<dependency >
38
38
<groupId >com.assertthat</groupId >
39
39
<artifactId >selenium-shutterbug</artifactId >
40
- <version >1.2 </version >
40
+ <version >1.3 </version >
41
41
<exclusions >
42
42
<exclusion >
43
43
<groupId >org.seleniumhq.selenium</groupId >
@@ -50,7 +50,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
50
50
##### Using Gradle
51
51
52
52
```
53
- compile ('com.assertthat:selenium-shutterbug:1.2 ') {
53
+ compile ('com.assertthat:selenium-shutterbug:1.3 ') {
54
54
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
55
55
}
56
56
```
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.assertthat</groupId >
6
6
<artifactId >selenium-shutterbug</artifactId >
7
- <version >1.3 </version >
7
+ <version >1.4-SNAPSHOT </version >
8
8
<name >selenium-shutterbug</name >
9
9
<description >Utility library to create customized screenshots using Selenium WebDriver and Java AWT</description >
10
10
<url >http://www.assertthat.com</url >
You can’t perform that action at this time.
0 commit comments