We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b021e2 commit e168009Copy full SHA for e168009
build.sbt
@@ -55,7 +55,7 @@ lazy val docs = project
55
mdocIn := file("docs"),
56
mdocOut := file("target/website"),
57
mdocVariables := Map(
58
- "version" -> version.value,
+ "version" -> tlLatestVersion.value,
59
"scalaVersions" -> crossScalaVersions.value
60
.map(v => s"- **$v**")
61
.mkString("\n")
0 commit comments