We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4f808 commit 0977d00Copy full SHA for 0977d00
build.gradle
@@ -20,7 +20,7 @@ def VERSIONS = [
20
MAGNUM : "1.3.1",
21
STTP : "3.10.3",
22
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
+ REST_ASSURED : "5.5.1",
24
]
25
26
dependencies {
@@ -40,7 +40,7 @@ dependencies {
40
// Quarkus Test Libs
41
testImplementation "io.quarkus:quarkus-junit5"
42
testImplementation "io.quarkus:quarkus-jacoco"
43
- testImplementation "io.rest-assured:rest-assured:${VERSIONS.REST_ASSURED}"
+ testImplementation "io.rest-assured:rest-assured"
44
testImplementation "io.rest-assured:scala-extensions:${VERSIONS.REST_ASSURED}"
45
testImplementation "org.awaitility:awaitility"
46
// Jackson
0 commit comments