Skip to content

Commit 457d8e7

Browse files
authored
Merge pull request #191 from SethTisue/drop-sbt-0.13
drop sbt 0.13 from crossbuild
2 parents 228ad03 + 0f0ddbe commit 457d8e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

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

11-
crossSbtVersions := List("0.13.17", "1.1.5")
11+
crossSbtVersions := List("1.3.13")
1212

1313
enablePlugins(GitVersioning, SbtPlugin)
1414
git.baseVersion := "1.0"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.1
1+
sbt.version=1.5.5

0 commit comments

Comments
 (0)