Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def VERSIONS = [
SCALA3 : "3.6.2",
MAGNUM : "1.3.1",
STTP : "3.10.1",
ZIO : "2.1.13",
ZIO : "2.1.14",
REST_ASSURED : "5.5.0", // Here we use the latest version of Rest Assured to use the Scala 3 extensions
]

Expand Down
Loading