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
This Option((version in Docker).value) piece of code have been changed for Option((version).value).
Should it be Option((Docker / version).value) instead?
Expected behaviour
We have some definitions for our Docker build:
I just updated to the latest version of sbt-native-packager and since the update sbt tells me this:
I had a quick look at the changes between
1.9.4
and1.9.5
. It could be because of this change:v1.9.4...v1.9.5#diff-b866751bc91854625b6a5d821ae6a4df02736ceb3581779d81319caee1d9d2cdR100
This
Option((version in Docker).value)
piece of code have been changed forOption((version).value)
.Should it be
Option((Docker / version).value)
instead?cc @frankivo
The text was updated successfully, but these errors were encountered: