Skip to content

Commit 0977d00

Browse files
committed
Only use rest-assured version on scala extension
1 parent de4f808 commit 0977d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def VERSIONS = [
2020
MAGNUM : "1.3.1",
2121
STTP : "3.10.3",
2222
ZIO : "2.1.16",
23-
REST_ASSURED : "5.5.1", // Here we use the latest version of Rest Assured to use the Scala 3 extensions
23+
REST_ASSURED : "5.5.1",
2424
]
2525

2626
dependencies {
@@ -40,7 +40,7 @@ dependencies {
4040
// Quarkus Test Libs
4141
testImplementation "io.quarkus:quarkus-junit5"
4242
testImplementation "io.quarkus:quarkus-jacoco"
43-
testImplementation "io.rest-assured:rest-assured:${VERSIONS.REST_ASSURED}"
43+
testImplementation "io.rest-assured:rest-assured"
4444
testImplementation "io.rest-assured:scala-extensions:${VERSIONS.REST_ASSURED}"
4545
testImplementation "org.awaitility:awaitility"
4646
// Jackson

0 commit comments

Comments
 (0)