diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd78a94..a857ff1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,7 @@ on: - '**.so' - '**.dll' - 'src/main/resources/**' + - 'project/build.properties' push: branches: - master @@ -20,6 +21,7 @@ on: - '**.sbt' - '.github/workflows/*.yml' - 'src/main/resources/org/xerial/snappy/**' + - 'project/build.properties' jobs: code_format: diff --git a/project/build.properties b/project/build.properties index 5041518..0189296 100755 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ -sbt.version=1.8.3 +sbt.version=1.9.0