From 08373d5736e89eecc4e1ab1a8f117a6aa01a5b56 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Tue, 25 Apr 2023 09:35:24 +0100 Subject: [PATCH] Add v2 changes to readme (#124) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0831b7f6..fa63bad0 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 compiles for version `2.12`, and the package has been renamed from `com.sky` to `uk.sky`. + Add the following to your `build.sbt`: ```scala