Changes
-
Move the
Eval
predicate into the newrefined-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
- Update
refined-pureconfig
to PureConfig 0.5.1.
(#252)
Released on 2017-01-24