Skip to content

Commit 396abd4

Browse files
sullisgslowikowski
authored andcommitted
sbt 1.0.3 -> sbt 1.0.4 (#248)
* sbt 1.0.3 -> sbt 1.0.4
1 parent c362c3c commit 396abd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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.3"
8+
- env: TRAVIS_SBT_VERSION="1.0.4"
99

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

build.sbt

Lines changed: 1 addition & 1 deletion
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.3")
70+
crossSbtVersions := Vector("0.13.16", "1.0.4")
7171

7272
scalariformAutoformat := false

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.0.3
1+
sbt.version=1.0.4

0 commit comments

Comments
 (0)