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
Currently caches, e.g. with stash, are scoped to the project name and the major scala version. This should probably be the full scala compiler version and include the version of the JDK, as well as the java target version.
The text was updated successfully, but these errors were encountered:
I can see your point why we would like to scope it with full compiler version and jdk version but the only reason why have automatic scoping by scala binary version is to support cross compilation so you can invoke +stash and +stashApply. I think I can make those default prefix configurable.
Currently caches, e.g. with
stash
, are scoped to the project name and the major scala version. This should probably be the full scala compiler version and include the version of the JDK, as well as the java target version.The text was updated successfully, but these errors were encountered: