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 32d9b32 commit 1f1e151Copy full SHA for 1f1e151
build.sbt
@@ -10,7 +10,7 @@ lazy val LocalMavenResolverForSbtPlugins = {
10
11
name := "sbt-docs"
12
organization := "com.github.tmtsoftware"
13
-version := "0.7.0"
+version := "0.7.1"
14
description := "An sbt plugin for publishing markdown documentation to github pages"
15
homepage := scmInfo.value map (_.browseUrl)
16
scmInfo := Some(ScmInfo(url("https://github.com/tmtsoftware/sbt-docs"), "scm:git:[email protected]:tmtsoftware/sbt-docs.git"))
0 commit comments