Skip to content

Commit

Permalink
Merge pull request #191 from SethTisue/drop-sbt-0.13
Browse files Browse the repository at this point in the history
drop sbt 0.13 from crossbuild
  • Loading branch information
SethTisue authored Jul 27, 2021
2 parents 228ad03 + 0f0ddbe commit 457d8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ startYear := Some(2011)
homepage := scmInfo.value map (_.browseUrl)
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:git@github.com:sbt/sbt-git.git"))

crossSbtVersions := List("0.13.17", "1.1.5")
crossSbtVersions := List("1.3.13")

enablePlugins(GitVersioning, SbtPlugin)
git.baseVersion := "1.0"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.1
sbt.version=1.5.5

0 comments on commit 457d8e7

Please sign in to comment.