Skip to content

Commit 300645d

Browse files
authored
Merge pull request #152 from sullis/sbt-1.1.5
SBT {0.13.17, 1.1.5}
2 parents f6c5d34 + ebc2835 commit 300645d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ before_cache:
1818

1919
matrix:
2020
include:
21-
- env: SBT_VERSION="0.13.16"
21+
- env: SBT_VERSION="0.13.17"
2222
jdk: oraclejdk8
23-
- env: SBT_VERSION="1.1.0"
23+
- env: SBT_VERSION="1.1.5"
2424
jdk: oraclejdk8
2525
script:
2626
- sbt "^^${SBT_VERSION}" test scripted

build.sbt

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

1010
sbtPlugin := true
11-
crossSbtVersions := List("0.13.16", "1.1.0")
11+
crossSbtVersions := List("0.13.17", "1.1.5")
1212

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

0 commit comments

Comments
 (0)