Skip to content

Commit 00212a7

Browse files
committed
Upgrade SBT versions 0.13.17 -> 0.13.18 and 1.1.1 -> 1.2.8
1 parent fedb4ba commit 00212a7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ script: sbt ^^$TRAVIS_SBT_VERSION scripted
44

55
matrix:
66
include:
7-
- env: TRAVIS_SBT_VERSION="0.13.17"
8-
- env: TRAVIS_SBT_VERSION="1.1.1"
7+
- env: TRAVIS_SBT_VERSION="0.13.18"
8+
- env: TRAVIS_SBT_VERSION="1.2.8"
99

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

build.sbt

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "sbt-scoverage"
22

33
organization := "org.scoverage"
44

5-
sbtPlugin := true
5+
enablePlugins(SbtPlugin)
66

77
scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")
88

@@ -64,9 +64,14 @@ pomExtra := {
6464
<name>sksamuel</name>
6565
<url>http://github.com/sksamuel</url>
6666
</developer>
67+
<developer>
68+
<id>gslowikowski</id>
69+
<name>Grzegorz Slowikowski</name>
70+
<url>http://github.com/gslowikowski</url>
71+
</developer>
6772
</developers>
6873
}
6974

70-
crossSbtVersions := Vector("0.13.17", "1.1.1")
75+
crossSbtVersions := Vector("0.13.18", "1.2.8")
7176

7277
scalariformAutoformat := false

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.1
1+
sbt.version=1.2.8

0 commit comments

Comments
 (0)