Commit Graph

10 Commits

Author SHA1 Message Date
Michał Mela
8ffe542870 Project Scala version updated to 1.12.8; all the IDE & compiler warnings fixed
As discussed in https://github.com/lightbend/config/pull/568 .

`lift-json` was also bumped as there was no longer any suitable version for Scala 2.12.x.

Also fixed compiler warnings (e.g. _eta expansion of parameterless methods is deprecated_) as well as some rarther non-controversial IDE warnings (e.g. redundant semicolons and such).
2019-01-07 08:38:48 +01:00
Dale Wijnand
8e82860df7 Delete empty build.sbt files. 2015-01-26 23:57:36 +00:00
Havoc Pennington
05197ab17e Add Java version of the examples 2013-09-27 16:15:54 -04:00
Havoc Pennington
f41cc8071c move examples to a Scala directory so it's easy to add others 2013-09-27 15:37:06 -04:00
Havoc Pennington
0adc9152d1 Show how to create a Settings class to encapsulate your Config 2012-04-13 10:06:08 -04:00
Havoc Pennington
2365db970e Get the build ready for publishing releases
Not sure this is quite right, but closer than before.
2011-11-30 16:30:03 -05:00
Havoc Pennington
4964fdcbf0 In the examples, also show using the config for the app itself 2011-11-29 09:09:50 -05:00
Havoc Pennington
00a19f3f5d fix a typo in a comment in simple-lib 2011-11-28 12:52:44 -05:00
Havoc Pennington
130544f98a fix simple-lib to call checkValid() specifying a path. 2011-11-28 12:52:13 -05:00
Havoc Pennington
9aae9e2a80 Overhaul ConfigFactory API and ConfigFactory.load().
Update all docs and tests.

Add example library and application.
2011-11-28 12:23:21 -05:00