We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c362c3c commit 396abd4Copy full SHA for 396abd4
.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.3"
+ - env: TRAVIS_SBT_VERSION="1.0.4"
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.3")
+crossSbtVersions := Vector("0.13.16", "1.0.4")
71
72
scalariformAutoformat := false
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.0.3
+sbt.version=1.0.4
0 commit comments