We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039674a commit f6c5d34Copy full SHA for f6c5d34
build.sbt
@@ -8,6 +8,7 @@ homepage := scmInfo.value map (_.browseUrl)
8
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
9
10
sbtPlugin := true
11
+crossSbtVersions := List("0.13.16", "1.1.0")
12
13
enablePlugins(GitVersioning)
14
git.baseVersion := "1.0"
0 commit comments