Skip to content

Commit

Permalink
Update sbt to 1.9.0 (#455)
Browse files Browse the repository at this point in the history
* Update sbt to 1.9.0

* Run CI on sbt upgrade

---------

Co-authored-by: Taro L. Saito <leo@xerial.org>
  • Loading branch information
xerial-bot and xerial committed Jun 2, 2023
1 parent 326f0b4 commit f32d5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '**.so'
- '**.dll'
- 'src/main/resources/**'
- 'project/build.properties'
push:
branches:
- master
Expand All @@ -20,6 +21,7 @@ on:
- '**.sbt'
- '.github/workflows/*.yml'
- 'src/main/resources/org/xerial/snappy/**'
- 'project/build.properties'

jobs:
code_format:
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.8.3
sbt.version=1.9.0

0 comments on commit f32d5b0

Please sign in to comment.