From 4822a44911514dac113255b51cb5d69d2b539ca7 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 24 Feb 2015 16:26:54 -0500 Subject: [PATCH] Update Java version information in the README --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4db4d291..7a3218cb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ to merge it in. - [Concatenation](#concatenation) - [Miscellaneous Notes](#miscellaneous-notes) - [Debugging Your Configuration](#debugging-your-configuration) - - [Supports Java 6 and Later](#supports-java-6-and-later) + - [Supports Java 8 and Later](#supports-java-8-and-later) - [Rationale for Supported File Formats](#rationale-for-supported-file-formats) - [Other APIs (Wrappers and Ports)](#other-apis-wrappers-and-ports) - [Scala wrappers for the Java library](#scala-wrappers-for-the-java-library) @@ -87,7 +87,10 @@ The license is Apache 2.0, see LICENSE-2.0.txt. ### Binary Releases -You can find published releases (compiled for Java 6 and above) on +Version 1.2.1 and earlier were built for Java 6, while newer +versions will be built for Java 8. + +You can find published releases (compiled for Java 8 and above) on Maven Central. @@ -685,10 +688,10 @@ 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. -### Supports Java 6 and Later +### Supports Java 8 and Later -Currently the library is maintained against Java 6. It does not -build with Java 5. +Currently the library is maintained against Java 8, but +version 1.2.1 and earlier will work with Java 6. ### Rationale for Supported File Formats