Skip to content

Commit 10db28c

Browse files
Sean Sullivangslowikowski
Sean Sullivan
authored andcommitted
sbt 1.1.0
1 parent 396abd4 commit 10db28c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ script: sbt ^^$TRAVIS_SBT_VERSION scripted
55
matrix:
66
include:
77
- env: TRAVIS_SBT_VERSION="0.13.16"
8-
- env: TRAVIS_SBT_VERSION="1.0.4"
8+
- env: TRAVIS_SBT_VERSION="1.1.0"
99

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

build.sbt

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

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

7272
scalariformAutoformat := false

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.0.4
1+
sbt.version=1.1.0

0 commit comments

Comments
 (0)