From aafae6ac8f9ea7e7a04470afdeb1c4e0fbc11cbb Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Thu, 19 May 2022 20:03:18 +0100 Subject: [PATCH 1/2] Add v2 changes to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0831b7f6..4888180f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Since version `1.4.0` the library is cross compiled for scala versions `2.12` an Since version `1.6.0` the library is cross compiled for scala versions `2.12`, `2.13` and `3`. +Since version `2.0.0` the library is no longer cross compile for version `2.12`, and the package has been renamed from `com.sky` to `uk.sky`. + Add the following to your `build.sbt`: ```scala From 2f673b2c8e4b4e67d0411b6c28063aba3108c204 Mon Sep 17 00:00:00 2001 From: Lawrence Carvalho Date: Tue, 25 Apr 2023 08:53:45 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4888180f..fa63bad0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Since version `1.4.0` the library is cross compiled for scala versions `2.12` an Since version `1.6.0` the library is cross compiled for scala versions `2.12`, `2.13` and `3`. -Since version `2.0.0` the library is no longer cross compile for version `2.12`, and the package has been renamed from `com.sky` to `uk.sky`. +Since version `2.0.0` the library is no longer cross compiles for version `2.12`, and the package has been renamed from `com.sky` to `uk.sky`. Add the following to your `build.sbt`: