Skip to content

Commit a40cfd1

Browse files
Update sbt to 1.9.0 (#738)
* Update sbt to 1.9.0 * Run CI on sbt upgrade --------- Co-authored-by: Taro L. Saito <[email protected]>
1 parent 2ffd012 commit a40cfd1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- '**.java'
88
- '**.sbt'
99
- '.github/workflows/**.yml'
10+
- 'project/build.properties'
1011
push:
1112
branches:
1213
- master
@@ -17,6 +18,7 @@ on:
1718
- '**.java'
1819
- '**.sbt'
1920
- '.github/workflows/**.yml'
21+
- 'project/build.properties'
2022
workflow_dispatch:
2123

2224
jobs:

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)