Skip to content

Commit 72f7b63

Browse files
authored
Merge pull request #43 from scala-steward/update/sbt-1.4.9
2 parents 9d97aa5 + 30dd42b commit 72f7b63

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

.travis.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
language: scala
1+
version: ~> 1.0 # needed for imports
2+
import: scala/scala-dev:travis/default.yml
23

3-
# These directories are cached to S3 at the end of the build
4-
cache:
5-
directories:
6-
- $HOME/.ivy2/cache
7-
- $HOME/.sbt/boot/
4+
language: scala
85

9-
jdk:
10-
- openjdk8
6+
env:
7+
- ADOPTOPENJDK=8
8+
- ADOPTOPENJDK=11
119

1210
script:
1311
## This runs the template with the default parameters, and runs test within the templated app.
@@ -16,7 +14,3 @@ script:
1614
- pushd target/sbt-test/dotty-template/scripted
1715
- sbt run test
1816
- popd
19-
20-
# Tricks to avoid unnecessary cache updates
21-
- find $HOME/.sbt -name "*.lock" | xargs rm
22-
- find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm

project/build.properties

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

src/main/g8/project/build.properties

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

0 commit comments

Comments
 (0)