diff --git a/.github/scala-steward.yml b/.github/workflows/scala-steward.yml similarity index 88% rename from .github/scala-steward.yml rename to .github/workflows/scala-steward.yml index 1bc03c5..148866e 100644 --- a/.github/scala-steward.yml +++ b/.github/workflows/scala-steward.yml @@ -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 diff --git a/project/build.properties b/project/build.properties index e8a1e24..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8