File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
1919<dependency >
2020 <groupId >com.assertthat</groupId >
2121 <artifactId >selenium-shutterbug</artifactId >
22- <version >1.0 </version >
22+ <version >1.1 </version >
2323 <exclusions >
2424 <exclusion >
2525 <groupId >org.seleniumhq.selenium</groupId >
@@ -32,15 +32,15 @@ The project is available in [Maven Central](http://search.maven.org/#search%7Cga
3232##### Using Gradle
3333
3434```
35- compile ('com.assertthat:selenium-shutterbug:1.0 ') {
35+ compile ('com.assertthat:selenium-shutterbug:1.1 ') {
3636 exclude group: "org.seleniumhq.selenium", name: "selenium-java"
3737 }
3838```
3939
4040##### Using SBT
4141
4242```
43- "com.assertthat" % "selenium-shutterbug" % "1.0 " exclude("org.seleniumhq
43+ "com.assertthat" % "selenium-shutterbug" % "1.1 " exclude("org.seleniumhq
4444.selenium", "selenium-java"),
4545```
4646
You can’t perform that action at this time.
0 commit comments