File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
3737<dependency >
3838 <groupId >com.assertthat</groupId >
3939 <artifactId >selenium-shutterbug</artifactId >
40- <version >1.2 </version >
40+ <version >1.3 </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.2 ') {
53+ compile ('com.assertthat:selenium-shutterbug:1.3 ') {
5454 exclude group: "org.seleniumhq.selenium", name: "selenium-java"
5555 }
5656```
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.assertthat</groupId >
66 <artifactId >selenium-shutterbug</artifactId >
7- <version >1.3 </version >
7+ <version >1.4-SNAPSHOT </version >
88 <name >selenium-shutterbug</name >
99 <description >Utility library to create customized screenshots using Selenium WebDriver and Java AWT</description >
1010 <url >http://www.assertthat.com</url >
You can’t perform that action at this time.
0 commit comments