-
Hi! My understanding (correct me if I'm wrong) is that `scala-dom-types` is now really a build tool - whose purpose is to be used at build / compile time to generate code. If that's accurate, then it …
-
Slick needs a bundled sbt plugin for code generation. There are some 3rd party ones, and it is possible (but not nice) to cobble one together. But seriously guys! This is part of the critical tooling.
-
Add a convenient way for SBT users to compare the current results of `package` to a specified reference version, in the same way as MiMa.
-
SBT version 1.0.2
I have a `.sbtopts` in my project directory to relocate the `.sbt` and `.ivy2` directories:
```
-ivy ../sbt_cache
-sbt-boot ../sbt_cache
-sbt-dir ../sbt_cache
```
And in `…
-
Version 0.7.1 of the scala3-migrate-plugin requires version 4.7.8 of semanticdb-scalac, which doesn't exist for Scala 2.13.14+. Error message: `(update) sbt.librarymanagement.ResolveException: Error d…
-
Hi Friends,
I am new to Spark-Scala-sbt area. I am trying to run one sample spark-scala code using sbt and some sbt eclipse and sbt assembly plugins, But not able to package run it due to below is…
Nav15 updated
8 years ago
-
sbt cross building should allow setting a default sbt plugin version other than the current version of sbt. This is particularly useful when importing into IDEs, as it will allow you to import a sbt 0…
-
sbt-dotenv: 3.0.0
sbt: 1.8.2
java: 17
On our CI runner for publishing a Docker image on sbt using `Docker/publish` of `sbt-native-packager` to a custom Docker Repo (AWS ECR), if this plugin is en…
-
-
As described in https://gist.github.com/djspiewak/37a4ea0d7a5237144ec8b56a76ed080d
> Then, once this is done, within the resulting project they should be able to run `sbt deploy` and immediately ge…