Skip to content

Commit 57d3974

Browse files
Sean Sullivangslowikowski
Sean Sullivan
authored andcommitted
sbt version 1.0.0
1 parent ac00dcc commit 57d3974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matrix:
77
- scala: 2.10.6
88
env: TRAVIS_SBT_VERSION="0.13.16"
99
- scala: 2.12.3
10-
env: TRAVIS_SBT_VERSION="1.0.0-RC3"
10+
env: TRAVIS_SBT_VERSION="1.0.0"
1111

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ pomExtra := {
5656
</developers>
5757
}
5858

59-
crossSbtVersions := Vector("0.13.16", "1.0.0-RC3")
59+
crossSbtVersions := Vector("0.13.16", "1.0.0")

0 commit comments

Comments
 (0)