sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.59k stars 439 forks source link

Fix scala deprecation warnings #1391

Closed divyanshu-labs closed 3 years ago

divyanshu-labs commented 3 years ago

closed

muuki88 commented 3 years ago

but why

divyanshu-labs commented 3 years ago

@muuki88

There is some weird issue on my local when I am building it says to use Sync.sync(cache, FileInfo.hash)(copies) but on the ci/cd pipeline, it says no method found.

muuki88 commented 3 years ago

I guess it is due to the cross building. Native packager builds against sbt 0.13 and 1.x

divyanshu-labs commented 3 years ago

Yes, Thanks for the information 👍