diff --git a/README.md b/README.md index d8d132c9..216ae463 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ The license is Apache 2.0, see LICENSE-2.0.txt. ## Binary Releases -You can find published releases on Maven Central. +You can find published releases (compiled for Java 6 and above) on +Maven Central. com.typesafe @@ -433,6 +434,11 @@ If you have trouble with your configuration, some useful tips. - Use `myConfig.root().render()` to get a `Config` printed out as a string with comments showing where each value came from. +## Java version + +Currently the library is maintained against Java 6. It does not +build with Java 5. + ## Rationale (For the curious.)