mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 14:50:23 +08:00
0.5.2
This commit is contained in:
parent
e7f203bf45
commit
46386e818f
5
NEWS.md
5
NEWS.md
@ -1,3 +1,8 @@
|
||||
# 0.5.2: September 6, 2012
|
||||
|
||||
- add versions of ConfigFactory.load() which let you specify
|
||||
ConfigParseOptions and ConfigResolveOptions.
|
||||
|
||||
# 0.5.0: July 5, 2012
|
||||
|
||||
- triple-quoted strings as in Python or Scala
|
||||
|
@ -44,7 +44,7 @@ Maven Central.
|
||||
<dependency>
|
||||
<groupId>com.typesafe</groupId>
|
||||
<artifactId>config</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.2</version>
|
||||
</dependency>
|
||||
|
||||
Obsolete releases are here, but you probably don't want these:
|
||||
|
Loading…
Reference in New Issue
Block a user