Skip to content

Commit

Permalink
Set crossSbtVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Apr 27, 2018
1 parent 039674a commit f6c5d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ homepage := scmInfo.value map (_.browseUrl)
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:git@github.com:sbt/sbt-git.git"))

sbtPlugin := true
crossSbtVersions := List("0.13.16", "1.1.0")

enablePlugins(GitVersioning)
git.baseVersion := "1.0"
Expand Down

0 comments on commit f6c5d34

Please sign in to comment.