From 2cf2100c5db753289c58959df9eaebf2ad157f15 Mon Sep 17 00:00:00 2001 From: EugenCepoi Date: Tue, 11 Nov 2014 21:43:29 +0100 Subject: [PATCH] updating supported scala versions in documentation --- website/Documentation/ScalaGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Documentation/ScalaGuide.md b/website/Documentation/ScalaGuide.md index e6a3aa7a..1f4af958 100644 --- a/website/Documentation/ScalaGuide.md +++ b/website/Documentation/ScalaGuide.md @@ -29,7 +29,7 @@ val actualValue = fromJson[SomeType](json) ###Scala version Genson has been tested against scala 2.10 and 2.11. In theory you can use it with all releases from 2.10 and up. -It should not work with 2.9 as we use some features that appeared in 2.10. +Older releases than 2.10 are not supported (and will not work). ##Download