File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
3939<dependency >
4040 <groupId >com.assertthat</groupId >
4141 <artifactId >selenium-shutterbug</artifactId >
42- <version >1.5 </version >
42+ <version >1.6 </version >
4343 <exclusions >
4444 <exclusion >
4545 <groupId >org.seleniumhq.selenium</groupId >
@@ -52,15 +52,15 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
5252##### Using Gradle
5353
5454```
55- compile ('com.assertthat:selenium-shutterbug:1.5 ') {
55+ compile ('com.assertthat:selenium-shutterbug:1.6 ') {
5656 exclude group: "org.seleniumhq.selenium", name: "selenium-java"
5757 }
5858```
5959
6060##### Using SBT
6161
6262```
63- "com.assertthat" % "selenium-shutterbug" % "1.2 " exclude("org.seleniumhq
63+ "com.assertthat" % "selenium-shutterbug" % "1.6 " exclude("org.seleniumhq
6464.selenium", "selenium-java"),
6565```
6666
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.6 -SNAPSHOT</version >
7+ <version >1.7 -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 >
2424 <url >https://github.com/assertthat/selenium-shutterbug</url >
2525 <connection >scm:git:git://github.com/assertthat/selenium-shutterbug.git</connection >
2626 <developerConnection >scm:git:git@github.com:assertthat/selenium-shutterbug.git</developerConnection >
27- <tag >v1.3 </tag >
27+ <tag >v1.6 </tag >
2828 </scm >
2929 <developers >
3030 <developer >
You can’t perform that action at this time.
0 commit comments