Update sbt to 1.9.0 (#455)

* Update sbt to 1.9.0

* Run CI on sbt upgrade

---------

Co-authored-by: Taro L. Saito <leo@xerial.org>
This commit is contained in:
xerial-bot 2023-06-02 15:19:00 -07:00 committed by GitHub
parent 326f0b45ee
commit f32d5b0d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ on:
- '**.so' - '**.so'
- '**.dll' - '**.dll'
- 'src/main/resources/**' - 'src/main/resources/**'
- 'project/build.properties'
push: push:
branches: branches:
- master - master
@ -20,6 +21,7 @@ on:
- '**.sbt' - '**.sbt'
- '.github/workflows/*.yml' - '.github/workflows/*.yml'
- 'src/main/resources/org/xerial/snappy/**' - 'src/main/resources/org/xerial/snappy/**'
- 'project/build.properties'
jobs: jobs:
code_format: code_format:

View File

@ -1,2 +1,2 @@
sbt.version=1.8.3 sbt.version=1.9.0