From 6aa1875a687fb2c1c0e639bdd73be4a05bdfbf7a Mon Sep 17 00:00:00 2001 From: Tobias Hermann Date: Mon, 29 Aug 2022 23:45:27 +0200 Subject: [PATCH] Update docs from version 1.0.1 to 1.1.2 (#2808) --- arrow-site/docs/docs/core/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arrow-site/docs/docs/core/README.md b/arrow-site/docs/docs/core/README.md index 7d70a16d608..c110e304e52 100644 --- a/arrow-site/docs/docs/core/README.md +++ b/arrow-site/docs/docs/core/README.md @@ -126,7 +126,7 @@ Add the dependencies into the project's `build.gradle.kts`: ``` dependencies { - implementation("io.arrow-kt:arrow-core:1.0.1") + implementation("io.arrow-kt:arrow-core:1.1.2") } ``` @@ -136,7 +136,7 @@ To avoid specifying the Arrow version for every dependency, a BOM file is availa ``` dependencies { - implementation(platform("io.arrow-kt:arrow-stack:1.0.1")) + implementation(platform("io.arrow-kt:arrow-stack:1.1.2")) implementation("io.arrow-kt:arrow-core") ... @@ -145,7 +145,7 @@ dependencies { #### Next development version -If you want to try the latest features, replace `1.0.1` with on of the latest `alpha`, `beta` or `rc` publications. +If you want to try the latest features, replace `1.1.2` with on of the latest `alpha`, `beta` or `rc` publications. @@ -168,7 +168,7 @@ Add the dependencies into the project's `build.gradle`: ##### Arrow Core ```groovy -def arrow_version = "1.0.1" +def arrow_version = "1.1.2" dependencies { implementation "io.arrow-kt:arrow-core:$arrow_version" } @@ -179,7 +179,7 @@ dependencies { To avoid specifying the Arrow version for every dependency, a BOM file is available: ```groovy -def arrow_version = "1.0.1" +def arrow_version = "1.1.2" dependencies { implementation platform("io.arrow-kt:arrow-stack:$arrow_version") @@ -190,7 +190,7 @@ dependencies { #### Next development version -If you want to try the latest features, replace `1.0.1` with one of the latest `alpha`, `beta` or `rc` publications. +If you want to try the latest features, replace `1.1.2` with one of the latest `alpha`, `beta` or `rc` publications. @@ -205,7 +205,7 @@ following properties: 1.6.10 - 1.0.1 + 1.1.2 ``` @@ -243,7 +243,7 @@ To avoid specifying the Arrow version for every dependency, a BOM file is availa #### Next development version -If you want to try the latest features, replace `1.0.1` with one of the latest `alpha`, `beta` or `rc` publications. +If you want to try the latest features, replace `1.1.2` with one of the latest `alpha`, `beta` or `rc` publications.