diff --git a/README.md b/README.md index e27f07c5..519045e9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ repositories { } dependencies { - testCompile "io.strikt:strikt-core:0.4.1" + testCompile "io.strikt:strikt-core:0.5.1" } ``` diff --git a/docs/index.md b/docs/index.md index 20bb37c5..ac86c630 100644 --- a/docs/index.md +++ b/docs/index.md @@ -92,7 +92,7 @@ repositories { } dependencies { - testCompile "io.strikt:strikt-core:0.4.1" + testCompile "io.strikt:strikt-core:0.5.1" } ``` diff --git a/docs/user-guide/getting-started.md b/docs/user-guide/getting-started.md index 8cb15cd9..eac2c382 100644 --- a/docs/user-guide/getting-started.md +++ b/docs/user-guide/getting-started.md @@ -14,7 +14,7 @@ repositories { } dependencies { - testCompile "io.strikt:strikt-core:0.4.1" + testCompile "io.strikt:strikt-core:0.5.1" } ```