Stick the version number in the docs overview

This commit is contained in:
Havoc Pennington 2015-03-06 13:37:55 -05:00
parent 730d744753
commit adf0634c15

View File

@ -39,7 +39,7 @@ javacOptions in (Compile, compile) ++= Seq("-source", "1.6", "-target", "1.8", "
// we have to run tests in serial.
parallelExecution in Test := false
javacOptions in (Compile, doc) ++= Seq("-group", "Public API", "com.typesafe.config",
javacOptions in (Compile, doc) ++= Seq("-group", s"Public API (version ${version.value})", "com.typesafe.config",
"-group", "Internal Implementation - Not ABI Stable", "com.typesafe.config.impl")
javadocSourceBaseUrl := {