You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/fthomas/scala-steward?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://gitter.im/scala-steward-org/scala-steward?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9
9
[](https://twitter.com/ScalaSteward)
Copy file name to clipboardExpand all lines: docs/running.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ The [`git-ask-pass` option](https://git-scm.com/docs/gitcredentials) must specif
45
45
You can also provide a `--scalafix-migrations` option with the path to a file containing scalafix migrations.
46
46
More information can be found [here][migrations]
47
47
48
+
### Workspace
49
+
50
+
The workspace directory (specified with `--workspace`) provides a location for cache and temporary files.
51
+
52
+
It is important to persist this workspace between runs. Without this, Scala Steward will be unable to observe
53
+
repo-specific preferences (such as [pullRequests.frequency](repo-specific-configuration.md)) correctly.
54
+
48
55
### Private repositories
49
56
50
57
If you run Scala Steward for your own private projects, the option `--do-not-fork` can be required, not to fork.
@@ -66,6 +73,15 @@ These variables will be accessible (in sbt) to all of the projects that Scala St
66
73
If your projects require credentials, you can also provide global credentials in the `$HOME/.sbt/1.0/credentials.sbt` file.
67
74
The file should contain a single line: `credentials += Credentials("Some Nexus Repository Manager", "my.artifact.repo.net", "admin", "admin123")`.
68
75
76
+
#### sbt 0.13 workaround
77
+
For sbt 0.13 builds, scala-steward [may be unable](https://gitter.im/fthomas/scala-steward?at=5f0573dac7d15f7d0f7b15ac) to extract credentials for private resolvers. Instead, you can [configure coursier directly](https://get-coursier.io/docs/other-credentials) by adding `~/.config/coursier/credentials.properties`:
0 commit comments