Skip to content

Commit e0ef41c

Browse files
build.gradle was improved. Dependency range
1 parent cae2fc4 commit e0ef41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ compileJava {
5454
]
5555
}
5656

57-
ext.seleniumVersion = '3.5.+'
57+
ext.seleniumVersion = '[3.5.2,3.5.2]'
5858

5959
dependencies {
6060
compile ("org.seleniumhq.selenium:selenium-java:${seleniumVersion}") {

0 commit comments

Comments
 (0)