You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new API BuildInfoKey.of (introduced in v0.8.0 / #114) doesn't work with BuildInfoKey.map because it returns BuildInfoKey, aka BuildInfoKey.Entry[_] which means you can only map Any.
The text was updated successfully, but these errors were encountered:
dwijnand
added a commit
to dwijnand/sbt-buildinfo
that referenced
this issue
Feb 23, 2018
When discussing the design of new in task graph execution, in sbt#114, we
completely didn't think of backing the existing TaskKey[A] to
BuildInfoKey.Entry[A] implicit conversion with the macro!
Fixessbt#117
The new API
BuildInfoKey.of
(introduced in v0.8.0 / #114) doesn't work withBuildInfoKey.map
because it returnsBuildInfoKey
, akaBuildInfoKey.Entry[_]
which means you can only mapAny
.The text was updated successfully, but these errors were encountered: