Skip to content

Commit f6c5d34

Browse files
committed
Set crossSbtVersions
1 parent 039674a commit f6c5d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage := scmInfo.value map (_.browseUrl)
88
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:[email protected]:sbt/sbt-git.git"))
99

1010
sbtPlugin := true
11+
crossSbtVersions := List("0.13.16", "1.1.0")
1112

1213
enablePlugins(GitVersioning)
1314
git.baseVersion := "1.0"

0 commit comments

Comments
 (0)