Skip to content

Commit

Permalink
Update sbt to 1.9.0 (#738)
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 <[email protected]>
  • Loading branch information
scala-steward and xerial authored Jun 2, 2023
1 parent 2ffd012 commit a40cfd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '**.java'
- '**.sbt'
- '.github/workflows/**.yml'
- 'project/build.properties'
push:
branches:
- master
Expand All @@ -17,6 +18,7 @@ on:
- '**.java'
- '**.sbt'
- '.github/workflows/**.yml'
- 'project/build.properties'
workflow_dispatch:

jobs:
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 a40cfd1

Please sign in to comment.