Attempt to fix .get exception in docs.sbt (#620)

This commit is contained in:
Chris Stewart 2019-07-13 08:06:32 -05:00 committed by GitHub
parent fa8d30cd32
commit 1a5f449fb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
)