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 ac00dcc commit 57d3974Copy full SHA for 57d3974
.travis.yml
@@ -7,7 +7,7 @@ matrix:
7
- scala: 2.10.6
8
env: TRAVIS_SBT_VERSION="0.13.16"
9
- scala: 2.12.3
10
- env: TRAVIS_SBT_VERSION="1.0.0-RC3"
+ env: TRAVIS_SBT_VERSION="1.0.0"
11
12
before_cache:
13
- find $HOME/.sbt -name "*.lock" | xargs rm
build.sbt
@@ -56,4 +56,4 @@ pomExtra := {
56
</developers>
57
}
58
59
-crossSbtVersions := Vector("0.13.16", "1.0.0-RC3")
+crossSbtVersions := Vector("0.13.16", "1.0.0")
0 commit comments