Skip to content

Commit f32d5b0

Browse files
xerial-botxerial
andauthored
Update sbt to 1.9.0 (#455)
* Update sbt to 1.9.0 * Run CI on sbt upgrade --------- Co-authored-by: Taro L. Saito <[email protected]>
1 parent 326f0b4 commit f32d5b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- '**.so'
1111
- '**.dll'
1212
- 'src/main/resources/**'
13+
- 'project/build.properties'
1314
push:
1415
branches:
1516
- master
@@ -20,6 +21,7 @@ on:
2021
- '**.sbt'
2122
- '.github/workflows/*.yml'
2223
- 'src/main/resources/org/xerial/snappy/**'
24+
- 'project/build.properties'
2325

2426
jobs:
2527
code_format:

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.8.3
1+
sbt.version=1.9.0
22

0 commit comments

Comments
 (0)