Skip to content

Commit e1ebf17

Browse files
committed
Upgrade SBT version from 1.1.0 to 1.1.1 and from 0.13.16 to 0.13.17
1 parent 10db28c commit e1ebf17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ script: sbt ^^$TRAVIS_SBT_VERSION scripted
44

55
matrix:
66
include:
7-
- env: TRAVIS_SBT_VERSION="0.13.16"
8-
- env: TRAVIS_SBT_VERSION="1.1.0"
7+
- env: TRAVIS_SBT_VERSION="0.13.17"
8+
- env: TRAVIS_SBT_VERSION="1.1.1"
99

1010
before_cache:
1111
- find $HOME/.sbt -name "*.lock" | xargs rm

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ pomExtra := {
6767
</developers>
6868
}
6969

70-
crossSbtVersions := Vector("0.13.16", "1.1.0")
70+
crossSbtVersions := Vector("0.13.17", "1.1.1")
7171

7272
scalariformAutoformat := false

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.1.1

0 commit comments

Comments
 (0)