We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396abd4 commit 10db28cCopy full SHA for 10db28c
.travis.yml
@@ -5,7 +5,7 @@ script: sbt ^^$TRAVIS_SBT_VERSION scripted
5
matrix:
6
include:
7
- env: TRAVIS_SBT_VERSION="0.13.16"
8
- - env: TRAVIS_SBT_VERSION="1.0.4"
+ - env: TRAVIS_SBT_VERSION="1.1.0"
9
10
before_cache:
11
- find $HOME/.sbt -name "*.lock" | xargs rm
build.sbt
@@ -67,6 +67,6 @@ pomExtra := {
67
</developers>
68
}
69
70
-crossSbtVersions := Vector("0.13.16", "1.0.4")
+crossSbtVersions := Vector("0.13.16", "1.1.0")
71
72
scalariformAutoformat := false
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.0.4
+sbt.version=1.1.0
0 commit comments