From 80eeeb7fb956d07d308994557c7e5f1e65fc26a8 Mon Sep 17 00:00:00 2001 From: Alberto Laguna Date: Sun, 5 Jan 2025 14:01:01 +0100 Subject: [PATCH] [no ci] improve readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b160ff88c..b1b90e91b 100755 --- a/README.md +++ b/README.md @@ -358,7 +358,7 @@ All you need is available in the [`karate-core`](https://search.maven.org/artifa Alternatively for [Gradle](https://gradle.org): ```yml - testCompile 'io.karatelabs:karate-junit5:1.5.0' + testImplementation 'io.karatelabs:karate-junit5:1.5.0' ``` Also refer to the wiki for using [Karate with Gradle](https://github.com/karatelabs/karate/wiki/Gradle).