File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0: October 15, 2012
2+
3+ - no changes from 0.6.0. ABI now guaranteed for 1.0.x series.
4+
15# 0.6.0: October 10, 2012
26
37 - add ConfigRenderOptions.setJson which can be used to enable or
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Maven Central.
4444 <dependency>
4545 <groupId>com.typesafe</groupId>
4646 <artifactId>config</artifactId>
47- <version>0.6 .0</version>
47+ <version>1.0 .0</version>
4848 </dependency>
4949
5050Obsolete releases are here, but you probably don't want these:
Original file line number Diff line number Diff line change 99// Versions and git tags should follow: http://semver.org/
1010// except using -SNAPSHOT instead of without hyphen.
1111
12- version in GlobalScope := " 0.6.0-SNAPSHOT "
12+ version in GlobalScope := " 1.0.0 "
1313
1414organization in GlobalScope := " com.typesafe"
1515
You can’t perform that action at this time.
0 commit comments