Skip to content

Commit

Permalink
Update scalafmt and cleanup (#257)
Browse files Browse the repository at this point in the history
* Update scalafmt and remove old files

* Update CI and add sbt cache
  • Loading branch information
ekrich authored Sep 21, 2022
1 parent 50482da commit c0f7bf5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 84 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
cache: 'sbt'
- run: sbt +test
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'
cache: 'sbt'
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down
50 changes: 0 additions & 50 deletions .travis.yml

This file was deleted.

14 changes: 0 additions & 14 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/scalafmt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# set -x

HERE="`dirname $0`"
VERSION="3.4.3"
VERSION="3.5.8"
COURSIER="$HERE/.coursier"
SCALAFMT="$HERE/.scalafmt-$VERSION"

Expand Down
19 changes: 0 additions & 19 deletions scripts/travis-os-setup.sh

This file was deleted.

0 comments on commit c0f7bf5

Please sign in to comment.