-
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.
-
## steps
Using Scala 2.12.14 + SBT 1.5.x
Just include this import in your source
`import java.time.temporal.ChronoUnit.MILLIS.{between => millisBetween}`
## problem
```
java.lang.NullPoi…
-
It appears my project doesn't recompile when I save the source files in an sbt project. As a result, only treesitter errors seem to update with the source, but not build diagnostics.
**Reproduction…
-
The build.sbt and release process was rushed, a proper process is due.
- Each merged PR should create a snapshot if tests complete successfully
- other standard build/release patterns should be a…
-
I'd like to run automatically the scapegoat inspections each time a SBT build is run.
I'm trying to this that way as I did the same for scalastyle,
```scala
lazy val compileScapegoatTask = taskK…
-
SBT provides very little information about this error unfortunately, it does not say what it is trying to do or even what it is compiling, just that something is wrong, so unfortunately, I cannot prov…
-
The new bundle preview interface is awful, seems like SBT would be a great fit for providing a better preview of the bundles as well, instead of a separate mod.
-
## steps
Replicated on sbt 1.9.9, running Windows Terminal (PowerShell).
1. Open command line on Windows
1. Run `sbt new foundweekends/giter8.g8 --name=example.g8 --giter8_version=0.16.2 --sbt_…
-
When i run sbt assembly command, i got such error:
[error] /opt/tiger/user/songlinghan/pdffigures2/src/test/scala/org/allenai/pdffigures2/TestExtractionFilters.scala:3:20: object common is not a memb…
-
Scala CLI version: 1.5.1
Setting default repositories using command `scala-cli --power config repositories.default ivy2local https://out.server/repos/maven-proxy` affect also repositories for sbt. …