Skip to content

0.7.0

Compare
Choose a tag to compare
@fthomas fthomas released this 17 Mar 04:43
· 2337 commits to master since this release
v0.7.0
5b6a3bf

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