sbt-native-packager
sbt-native-packager copied to clipboard
sbt Native Packager
## About this PR 📦 Updates [com.spotify:docker-client](https://github.com/spotify/docker-client) from `8.14.5` to `8.16.0` 📜 [GitHub Release Notes](https://github.com/spotify/docker-client/releases/tag/v8.16.0) - [Changelog](https://github.com/spotify/docker-client/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/spotify/docker-client/compare/v8.14.5...v8.16.0) ## Usage ✅ **Please merge!** I'll automatically update this PR...
## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.0.9` to `3.2.18` 📜 [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.18) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.0.9...release-3.2.18) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
https://github.com/sbt/sbt-native-packager/actions/runs/8661198045/job/23750625200#step:10:1 Click here for the log ``` Run sbt ghpagesPushSite sbt ghpagesPushSite shell: /usr/bin/bash -e {0} env: CI: true JAVA_HOME: /home/runner/.jabba/jdk/[email protected] [info] welcome to sbt 1.9.9 (AdoptOpenJDK Java 1.8.0_292) [info]...
## Expected behaviour https://github.com/sbt/sbt-native-packager/blob/master/src/sphinx/formats/universal.rst#filterremove-mappings should be visible as https://www.scala-sbt.org/sbt-native-packager/formats/universal.html#filter-remove-mappings ## Actual behaviour Stale version of content using deprecated syntax is shown ## Information - What sbt-native-packager are you using -...
## About this PR 📦 Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from `3.0.9` to `3.2.19` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.1` to `3.8.2` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.2) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.1...v3.8.2) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## Expected behaviour Following [Docker Image Build Settings](https://sbt-native-packager.readthedocs.io/en/stable/formats/graalvm-native-image.html#docker-image-build-settings), `sbt 'show GraalVMNativeImage/packageBin'` should work on systems with SELinux enabled. ## Actual behaviour > Error: Main entry point class 'foo.bar.Main' neither found...
## About this PR 📦 Updates [org.apache.commons:commons-compress](https://commons.apache.org/proper/commons-compress/) from `1.26.1` to `1.26.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates [org.apache.ant:ant](https://ant.apache.org/) from `1.10.14` to `1.10.15` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
in my build.sbt file, we define the compileOrder like this so sbt can compile the java files first and then Scala. Compile / compileOrder := CompileOrder.JavaThenScala But this setting not...