We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffd012 commit a40cfd1Copy full SHA for a40cfd1
.github/workflows/CI.yml
@@ -7,6 +7,7 @@ on:
7
- '**.java'
8
- '**.sbt'
9
- '.github/workflows/**.yml'
10
+ - 'project/build.properties'
11
push:
12
branches:
13
- master
@@ -17,6 +18,7 @@ on:
17
18
19
20
21
22
workflow_dispatch:
23
24
jobs:
project/build.properties
@@ -1,2 +1,2 @@
1
-sbt.version=1.8.3
+sbt.version=1.9.0
2
0 commit comments