Skip to content

Commit

Permalink
Updated Optimus version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnB committed Sep 9, 2019
1 parent c7f7ff3 commit 66d91d6
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 75 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ repositories {


dependencies {
compile 'org.codehaus.groovy:groovy-all:2.2.0'
compile 'org.codehaus.groovy:groovy-all:2.5.6'
compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '3.6.0'

compile 'cglib:cglib:3.2.4'

compile group: 'com.testvagrant', name: 'optimus', version: '3.0.1'
compile group: 'com.testvagrant', name: 'optimus', version: '3.0.2'
compile 'com.testvagrant.stepdefs:stepdefs:1.0.8'
compile 'com.testvagrant.intents:intents:1.0.6'

Expand Down
Loading

0 comments on commit 66d91d6

Please sign in to comment.