-
## steps
1. Clone https://github.com/scalameta/mdoc
2. Run sbt '++2.12.19 docs/docusaurusPublishGhpages'
## problem
```
[error] Expected configuration
[error] Expected ':'
[error] Expect…
-
## steps
sbt or Giter8 version: *0.12.1-SNAPSHOT*
```
❯ /Users/jason/.conscript/bin/g8 BotTech/sbt-autoplugin.g8 -b bottech
sbt plugin seed
pluginName [Foo Bar]: Turtles
name [sbt-turt…
-
## steps
sbt version: 1.2.8
**build.sbt**
```scala
val foo = project in file(".")
ThisBuild / organization := "com.example"
ThisBuild / scalaVersion := "2.13.0"
aggregateProjects(bar, baz…
-
Receiving this consistently using the plugin version 0.5.2 for an internal/private, org-based repository.
Actions yaml file...
```
name: Scala CI
on:
push:
branches: [ master ]
pu…
ghost updated
4 years ago
-
Currently all sbt 1.x versions read global settings and plugins only from under ~/sbt/1.0. This behavior implies that the directory, which subsumed ~/.sbt/0.13, is meant to be usable for the entire li…
-
We should support Scala.js where it makes sense (e.g., the model checker probably cannot, but it isn't need to anyway).
- [x] Check dependencies
- [x] shapeless
- [x] Cats
- [x] circe
-…
-
Hello. Can I use adapted Log4j2MergeStrategy to `sbt-assembly:2.0.0` ?
## AsIs
When I change the version of `sbt-assembly` of the project including log4j2 plugins to 2.0.0 and run `sbt assembly`, …
-
I attempt to use sbt-github-package for firs time for my project. I attempt to import apply the plugin in my `plugins.sbt` file `addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.2")`
Howe…
-
See https://github.com/philcali/sbt-aws-plugin
-
Hello,
This is a follow-up on the gitter conversation.
The issue is that on windows the remote cache does not seem to be pulled from.
I tested and gathered logs from publishing and importing …