Skip to content

Commit

Permalink
This small change makes Serenity compatible with Firefox version 32 o…
Browse files Browse the repository at this point in the history
…r greater

Guava 18.0 is already specified in Gradle.
  • Loading branch information
marcin-caban committed Dec 9, 2014
1 parent 892b4fe commit 6376d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>17.0</version>
<version>18.0</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down

0 comments on commit 6376d99

Please sign in to comment.