Skip to content

Commit 3f8a4f1

Browse files
committed
upgrade to sbt 1.10.1 everywhere
Steward missed some places when we went to 1.10.0, maybe having them all in sync now means it will get them all next time?
1 parent 30ce1c1 commit 3f8a4f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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("1.3.13")
11+
crossSbtVersions := List("1.10.1")
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.10.0
1+
sbt.version=1.10.1

test-project/project/build.properties

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

0 commit comments

Comments
 (0)