paradigmatic / Configrity

Simple, immutable and flexible configuration library for scala.
Other
132 stars 19 forks source link

Fix typos & cleanup #30

Closed vkostyukov closed 1 year ago

vkostyukov commented 9 years ago

I went ahead and fixed all the typos in comments I managed to find. Also removed the unused imports and in some places improved the Scala style. Finally, I enabled a code highlighting in the README.

This is a cleanup PR, please feel free to reject.

vkostyukov commented 9 years ago

The error does not seem to be related to the patch:

[error] (configrity-core/*:update) sbt.ResolveException: download failed: org.scalatest#scalatest_2.10;2.2.0!scalatest_2.10.jar(bundle)
[error] Total time: 2 s, completed Feb 19, 2015 4:19:50 AM
vkostyukov commented 9 years ago

@paradigmatic could you please take a look?

vkostyukov commented 9 years ago

Triggered the CI.