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 c17d808a90
commit 8bee7b6355

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
)