Skip to content

Commit

Permalink
Fix akka-docs extref to expand the akka version sbt setting
Browse files Browse the repository at this point in the history
The regression was introduced in ffd69f8.
  • Loading branch information
jonas committed May 13, 2017
1 parent 59919c6 commit f0931cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -160,7 +160,7 @@ lazy val docs = project("docs")
case akka.Doc.BinVer(_) => ""
case _ => "cross CrossVersion.full"
}),
"extref.akka-docs.base_url" -> s"http://doc.akka.io/docs/akka/${Dependencies.akkaVersion}/%s",
"extref.akka-docs.base_url" -> s"http://doc.akka.io/docs/akka/${Dependencies.akkaVersion.value}/%s",
"javadoc.akka.http.base_url" -> {
val v = if (isSnapshot.value) "current" else version.value
s"http://doc.akka.io/japi/akka-http/$v"
Expand Down

0 comments on commit f0931cb

Please sign in to comment.