We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6c5d34 + ebc2835 commit 300645dCopy full SHA for 300645d
.travis.yml
@@ -18,9 +18,9 @@ before_cache:
18
19
matrix:
20
include:
21
- - env: SBT_VERSION="0.13.16"
+ - env: SBT_VERSION="0.13.17"
22
jdk: oraclejdk8
23
- - env: SBT_VERSION="1.1.0"
+ - env: SBT_VERSION="1.1.5"
24
25
script:
26
- sbt "^^${SBT_VERSION}" test scripted
build.sbt
@@ -8,7 +8,7 @@ homepage := scmInfo.value map (_.browseUrl)
8
scmInfo := Some(ScmInfo(url("https://github.com/sbt/sbt-git"), "scm:git:git@github.com:sbt/sbt-git.git"))
9
10
sbtPlugin := true
11
-crossSbtVersions := List("0.13.16", "1.1.0")
+crossSbtVersions := List("0.13.17", "1.1.5")
12
13
enablePlugins(GitVersioning)
14
git.baseVersion := "1.0"
0 commit comments