File tree 2 files changed +5
-5
lines changed
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
39
39
<dependency >
40
40
<groupId >com.assertthat</groupId >
41
41
<artifactId >selenium-shutterbug</artifactId >
42
- <version >1.5 </version >
42
+ <version >1.6 </version >
43
43
<exclusions >
44
44
<exclusion >
45
45
<groupId >org.seleniumhq.selenium</groupId >
@@ -52,15 +52,15 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
52
52
##### Using Gradle
53
53
54
54
```
55
- compile ('com.assertthat:selenium-shutterbug:1.5 ') {
55
+ compile ('com.assertthat:selenium-shutterbug:1.6 ') {
56
56
exclude group: "org.seleniumhq.selenium", name: "selenium-java"
57
57
}
58
58
```
59
59
60
60
##### Using SBT
61
61
62
62
```
63
- "com.assertthat" % "selenium-shutterbug" % "1.2 " exclude("org.seleniumhq
63
+ "com.assertthat" % "selenium-shutterbug" % "1.6 " exclude("org.seleniumhq
64
64
.selenium", "selenium-java"),
65
65
```
66
66
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.6 -SNAPSHOT</version >
7
+ <version >1.7 -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 >
24
24
<url >https://github.com/assertthat/selenium-shutterbug</url >
25
25
<connection >scm:git:git://github.com/assertthat/selenium-shutterbug.git</connection >
26
26
<developerConnection >scm:git:git@github.com:assertthat/selenium-shutterbug.git</developerConnection >
27
- <tag >v1.3 </tag >
27
+ <tag >v1.6 </tag >
28
28
</scm >
29
29
<developers >
30
30
<developer >
You can’t perform that action at this time.
0 commit comments