Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
Correct gradle dependencies scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
rosolko committed May 26, 2017
1 parent 0a9c6e9 commit a5aecf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -37,8 +37,8 @@ repositories {
}

dependencies {
api('com.codeborne:selenide:4.4.3')
api('io.appium:java-client:5.0.0-BETA8')
implementation('com.codeborne:selenide:4.4.3')
implementation('io.appium:java-client:5.0.0-BETA8')
}

jar {
Expand Down

0 comments on commit a5aecf5

Please sign in to comment.