python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Building a native image on Mac ARM64 for linux/amd64 in sbt
I'm using the sbt-native-packager plugin in sbt to generate a linux executable to be wrapped inside an alpine docker image.
Since I've switches to the new Mac arch (ARM64) this doesn't work anymore.
U...
Tom Lous
Votes: 0
Answers: 1
Which namespace is correct, "com.typesafe.sbt" or "com.github.sbt"?
www.scala-sbt.org uses the "com.typesafe.sbt" namespace for sbt-native-packager, sbt-native-packager.readthedocs.io uses the "com.github.sbt" namespace. Both sites appear to be off...

S.Hashiba
Votes: 0
Answers: 1
Add file to classpath of testcontainer in VS Code / Metals using build.sbt
I have an sbt project configured with a build.sbt. When I run tests, a docker container is started with a configuration file available. This is how I wanted to use it in the test (https://www.testcont...

Irina S.
Votes: 0
Answers: 0
SBT Native Packager change output location of ZIP
This is my build.sbt:
name := "DB-Services"
version := "0.1"
scalaVersion := "2.12.12"
lazy val root = (project in file(".")).enablePlugins(UniversalPlugin,J...

Sparker0i
Votes: 0
Answers: 1