-
## steps
In a simple sbt project:
```
sbt:sbtproj2> show previousCompile
[info] PreviousResult(analysis: Optional.empty ...)
sbt:sbtproj2> compile
sbt:sbtproj2> show previousCompile
[info…
lrytz updated
2 weeks ago
-
It looks like the files in `src/sbt-test` directories (for the scripted tests) are not included in the `sbt-headers` paths.
Let's get #8241 over the finish line first, then it looks like adding the…
-
My project has many submodules which I include in my main-project.. its just a way to split things up, to keep it more organised.
In those submodules, I try to keep the external dependencies to a mi…
-
Using sbt 1.2.3, Scala 2.12.6
```sh
git clone git@github.com:typelevel/cats.git
cd cats
sbt compile
sed -i 's/abstract class StateTFunctions/trait StateTFunctions/' core/src/main/scala/cats/dat…
-
**Scala Version**: 3.4.2
**SBT Version**: 1.10.1
**Protoquill Version**: 4.8.5
**Module**: quill-sql
**Database**: postgresql
### Expected behavior
Expect to be able to use sbt-assembly to pac…
-
## steps
**build.sbt**
```
enablePlugins(SbtWeb)
val foo = taskKey[Classpath]("foo")
foo := (Assets / exportedProducts).value
```
**project/plugins.sbt**
```
addSbtPlugin("com.typesaf…
-
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.
-
See:
- https://github.com/Extend-Robotics/photoneo-cpp-examples/pull/1
With old firmware for scanner mode we would get 1680x1200 calibration
Now it looks like we are getting 1120x800 calibratio…
-
According to the [Plugins/Global plugins example](http://www.scala-sbt.org/release/docs/Plugins.html#Global+plugins+example) section in the docs:
```
A Plugin may be directly defined in Scala source …
-
I have many microservices. When developing my features, I start most of them using docker, but some of them I start with
```
sbt run
```
or
```
sbt
run
```
The title of my terminal then ju…