Skip to content

Commit

Permalink
Test Utils version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 23, 2022
1 parent 0ec467e commit 74ada63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Expand Up @@ -35,7 +35,6 @@ targetCompatibility = JavaVersion.VERSION_1_8

repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}

dependencies {
Expand Down Expand Up @@ -74,7 +73,7 @@ dependencies {
exclude group: 'org.hamcrest'
}
testImplementation 'org.apache.commons:commons-io:1.3.2'
testImplementation 'com.github.reportportal:agent-java-test-utils:2d652c6'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.1'
}

test {
Expand Down

0 comments on commit 74ada63

Please sign in to comment.