The zips grew a bit too large in 0.39.0, despite not adding any new dependencies (but upgrading existing ones, which could bring more and so it's not surprising that it grows a little). When unzipping, the libs folder contains jar files that are test scoped (like scalacheck and munit). It could be a misconfiguration of the dependencies or the sbt-native-packager plugin.
The zips grew a bit too large in 0.39.0, despite not adding any new dependencies (but upgrading existing ones, which could bring more and so it's not surprising that it grows a little). When unzipping, the
libsfolder contains jar files that are test scoped (like scalacheck and munit). It could be a misconfiguration of the dependencies or the sbt-native-packager plugin.