Skip to content

Commit

Permalink
πŸ”¨ Update Scala Steward GitHub Action (#18)
Browse files Browse the repository at this point in the history
* πŸ”¨ Update Scala Steward GitHub Action

* ⬆️ Update sbt version
  • Loading branch information
ff137 authored Jan 19, 2024
1 parent 7c2f4de commit a010b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
on:
schedule:
- cron: "0 08 * * *"
- cron: "0 0 * * *"

name: Launch Scala Steward

jobs:
scala-steward:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8

0 comments on commit a010b21

Please sign in to comment.