Skip to content

Commit

Permalink
updating supported scala versions in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenCepoi committed Nov 11, 2014
1 parent 4f0d14d commit 2cf2100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/Documentation/ScalaGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cf2100

Please sign in to comment.