Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@japgolly japgolly released this 09 Sep 07:59
· 1 commit to master since this release
v3.1.0
  • Add ConfigDef.getOrParse{,OrThrow}. They're the same as getOrUse except the default value is parsed instead of provided.
  • In ConfigDef instances...
    • Deprecate .option and add .whenAtLeastOneKeySpecified as a replacement
    • Add .whenFullySpecified
  • Add implicit ConfigValueParser[InetAddress]
  • Add implicit ConfigValueParser[UUID]
  • Upgrade dependencies