mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-21 14:14:28 +01:00
Attempt to fix .get exception in docs.sbt (#620)
This commit is contained in:
parent
c17d808a90
commit
8bee7b6355
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ mdocExtraArguments := List("--no-link-hygiene")
|
|||
// these variables gets passed to mdoc, and can be read
|
||||
// from there
|
||||
mdocVariables := Map(
|
||||
"STABLE_VERSION" -> previousStableVersion.value.get,
|
||||
"STABLE_VERSION" -> "0.1.0",
|
||||
"UNSTABLE_VERSION" -> version.value
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue