-
## steps
1. Use s3 plugin for supporting s3 protocol for resolver: `addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.14.0")`
2. Add custom s3 resolver:
```scala
resolvers ++= Seq(
…
-
## steps
1. Run `sbt update` with the following `build.sbt` and sbt version 1.9.4 using
```
ThisBuild / resolvers ++= List(
"Atlassian Public" at "https://packages.atlassian.com/mvn/maven-e…
-
### Current Behavior
Test case `IncrementalScalaCompileIntegrationTest."recompiles Scala when Java changes"` passes.
If I upgrade the `DEFAULT_ZINC_VERSION` to `1.10.1+` in the gradle sources, the te…
-
This is follow up of #8011. We need to add documentation highlighting these changes and also how to use them.
-
## steps
- Have a sbt project with multiple modules of plugins defined.
- Have `scripted` tests with multiple dependencies defined in their build definitions for each of the plugin modules.
- Run…
-
[untyped/sbt-plugins](https://github.com/untyped/sbt-plugins) has a nice-looking set of SBT plugins for handling the web assets pipeline, including JS/CoffeeScript and SASS. These might be worth looki…
hawkw updated
9 years ago
-
...please!
-
Hi,
The Scala community has made an effort to update the version of scala-xml from 1.x to 2.x in all sbt plugins (See https://github.com/sbt/sbt/discussions/7075)
It seems that this plugin is stil…
-
## steps
Execute a task that calls a slf4j logger (e.g. from a dependency or directly from the task)
```
def testLoggingTask: Def.Initialize[Task[Unit]] = Def.task {
val log: Logger = stream…
-
I'd like to try using this coding agent to do some code migration for our Spark jobs.