github fthomas/refined v0.7.0
0.7.0

latest releases: v0.11.1, v0.11.0, v0.10.3...
7 years ago

Changes

  • Move the Eval predicate into the new refined-eval module
    because it requires a runtime dependency on the Scala compiler.
    Consequently the dependency on the Scala compiler in the core
    module is changed to a "provided" dependency.
    Thanks to Chris Hodapp!
    (#207, #251)

    Note that if you are using refined's macros, you need to add

    "org.scala-lang" % "scala-compiler" % scalaVersion.value % Provided

    now to your libraryDependencies.

Updates

Released on 2017-01-24

Don't miss a new refined release

NewReleases is sending notifications on new releases.